Skip to content

Commit 0b2f9e2

Browse files
committed
Linting fixes
1 parent 628b6ae commit 0b2f9e2

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ workflows:
88
jobs:
99
- kitchen/danger:
1010
name: danger
11+
context: Danger
1112
- kitchen/lint:
1213
name: lint

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
AllCops:
22
Exclude:
33
- 'Dangerfile'
4+
Layout/ClosingHeredocIndentation:
5+
enabled: false
6+

libraries/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def wait_for_init
229229
kill `cat #{pid_file}`
230230
while [ -f #{pid_file} ] ; do sleep 1 ; done
231231
rm -rf /tmp/#{mysql_name}
232-
EOS
232+
EOS
233233
cmd = '' if v57plus
234234
cmd
235235
end

test/cookbooks/test/recipes/smoke.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
--hex-blob \
8989
--master-data=2 \
9090
-A \ > /root/dump.sql;
91-
EOF
91+
EOF
9292
not_if { ::File.exist?('/root/dump.sql') }
9393
action :run
9494
end

0 commit comments

Comments
 (0)