default.yml in rubocop-template-1.0.0 vs default.yml in rubocop-template-1.0.1

- old
+ new

@@ -17,10 +17,14 @@ AutoCorrect: true EnforcedStyleAlignWith: keyword Metrics/LineLength: Enabled: false Max: 100 +Naming/FileName: + Description: Use snake_case for source file names. + StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files + Enabled: false Rails: Enabled: true Style/Alias: EnforcedStyle: prefer_alias_method Style/AsciiComments: @@ -38,13 +42,9 @@ collect!: map! find: detect find_all: select reduce: inject Style/Documentation: - Enabled: false -Style/FileName: - Description: Use snake_case for source file names. - StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%i': '()' '%I': '()'