Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Drop unnecessary Rubocop rules b/c cookstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Jul 9, 2018
1 parent 08e0071 commit ae18bd9
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
# Lining up the attributes of some methods is advantageous for readability
Style/SpaceBeforeFirstArg:
Enabled: false

# Chef methods tend to be self-documenting
Style/Documentation:
Enabled: false

# Offense count: 1
Style/ClassVars:
Exclude:
- 'libraries/default.rb'

# The default 79 character limit is sometimes unproductive.
Metrics/LineLength:
Max: 120

# The default 10 lines limit is unrealistic.
Metrics/MethodLength:
Max: 50

Metrics/AbcSize:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

AllCops:
Exclude:
- 'Guardfile'
- 'Rakefile'
- 'vendor/bundle/**/*'

0 comments on commit ae18bd9

Please sign in to comment.