.rubocop.yml in parliament-ntriple-0.2.1 vs .rubocop.yml in parliament-ntriple-0.3.0

- old
+ new

@@ -1,26 +1,29 @@ Metrics/LineLength: Description: 'Limit lines to 120 characters.' Max: 120 IgnoredPatterns: ['\A#', '\A([ ]{2}|[ ]{4})#'] -Style/SpaceBeforeFirstArg: +Style/EachWithObject: Enabled: false +Layout/SpaceBeforeFirstArg: + Enabled: false + Style/BracesAroundHashParameters: Enabled: false -Style/IndentHash: +Layout/IndentHash: EnforcedStyle: consistent -Style/AlignHash: +Layout/AlignHash: Severity: fatal Enabled: true EnforcedHashRocketStyle: table EnforcedColonStyle: table -Style/AlignParameters: +Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Style/StringLiterals: EnforcedStyle: single_quotes @@ -30,16 +33,16 @@ collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' -Style/DotPosition: +Layout/DotPosition: EnforcedStyle: leading Style/DoubleNegation: Enabled: false -Style/SpaceAroundOperators: +Layout/SpaceAroundOperators: # When true, allows most uses of extra spacing if the intent is to align # with an operator on the previous or next line, not counting empty lines # or comment lines. AllowForAlignment: true