Skip to content

Commit

Permalink
Merge pull request #448 from yast/rubocop_update
Browse files Browse the repository at this point in the history
remove exceptions in rubocop already included to shared yast style sheet
  • Loading branch information
jreidinger committed Mar 8, 2016
2 parents fcd3a81 + 6b9f16b commit 378dcb3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@ Metrics/ParameterLists:
Metrics/PerceivedComplexity:
Max: 65

# Configuration parameters: EnforcedStyle, SupportedStyles.
# JR: I personally think that having this variable on class level is much more readable
# and easier to recognize that access visibility changed
Style/AccessModifierIndentation:
EnforcedStyle: outdent

Style/AccessorMethodName:
# keep backward compatibility, but do not allow new code to be non-ruby style
Exclude:
- library/systemd/src/modules/systemd_target.rb

# Keep non-ascii comments as it contains e.g. examples for Punycode
Style/AsciiComments:
Enabled: false

# UI_ID module is not camel case
Style/ClassAndModuleCamelCase:
Enabled: false
Expand All @@ -50,10 +40,6 @@ Style/Documentation:
Include:
- "library/*/src/lib/**/*.rb"

# keep double negation as conversion to boolean
Style/DoubleNegation:
Enabled: false

Style/FileName:
Include:
- "library/*/src/lib/**/*.rb"
Expand Down

0 comments on commit 378dcb3

Please sign in to comment.