We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729edb2 commit a6d5852Copy full SHA for a6d5852
3 files changed
.clang-format
@@ -54,6 +54,6 @@ SpacesInCStyleCastParentheses: false
54
SpacesInContainerLiterals: true
55
SpacesInParentheses: false
56
SpacesInSquareBrackets: false
57
-Standard: Cpp03
+Standard: Cpp11
58
TabWidth: 8
59
UseTab: Never
.travis.yml
@@ -7,7 +7,7 @@ ruby: 2.2.0
7
addons:
8
apt:
9
packages:
10
- - clang-format-3.6
+ - clang-format
11
before_script:
12
- cmake --version
13
- bundle install
Gemfile.lock
@@ -1,6 +1,6 @@
1
GIT
2
remote: https://github.com/robertodr/danger-code_style_validation.git
3
- revision: 09f9fe8f3cb34cf27599d33dde032648ad489ff1
+ revision: a9d0479b8febbe4fa1ad94b3b780e2f727a8938b
4
specs:
5
danger-code_style_validation (0.0.1)
6
danger-plugin-api (~> 1.0)
0 commit comments