Skip to content

Commit

Permalink
Merge pull request #39 from ahelal/fix/tests
Browse files Browse the repository at this point in the history
ignore module length
  • Loading branch information
ahelal authored Feb 5, 2017
2 parents 386e545 + c700f38 commit a667088
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ MethodLength:
NumericLiterals:
MinDigits: 10

Metrics/ModuleLength:
Enabled: false

Metrics/BlockLength:
Enabled: false

# Offense count: 6
Metrics/AbcSize:
Max: 120
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen-ansible/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Kitchen
module AnsiblePush
VERSION = '0.6.1'.freeze
VERSION = '0.6.2'.freeze
end
end

0 comments on commit a667088

Please sign in to comment.