Skip to content

Commit a6d5852

Browse files
committed
Update version of danger-code_style_validation
1 parent 729edb2 commit a6d5852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ SpacesInCStyleCastParentheses: false
5454
SpacesInContainerLiterals: true
5555
SpacesInParentheses: false
5656
SpacesInSquareBrackets: false
57-
Standard: Cpp03
57+
Standard: Cpp11
5858
TabWidth: 8
5959
UseTab: Never

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby: 2.2.0
77
addons:
88
apt:
99
packages:
10-
- clang-format-3.6
10+
- clang-format
1111
before_script:
1212
- cmake --version
1313
- bundle install

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/robertodr/danger-code_style_validation.git
3-
revision: 09f9fe8f3cb34cf27599d33dde032648ad489ff1
3+
revision: a9d0479b8febbe4fa1ad94b3b780e2f727a8938b
44
specs:
55
danger-code_style_validation (0.0.1)
66
danger-plugin-api (~> 1.0)

0 commit comments

Comments
 (0)