.rubocop.yml in hexx-7.1.0 vs .rubocop.yml in hexx-8.0.0

- old
+ new

@@ -1,63 +1,2 @@ -Lint/HandleExceptions: - Exclude: - - 'spec/**/*' - -Lint/RescueException: - Exclude: - - 'spec/**/*' - -Metrics/ClassLength: - Exclude: - - 'lib/generators/**/*.rb' - -Style/AccessorMethodName: - Exclude: - - 'spec/**/*' - -Style/AsciiComments: - Enabled: false - -Style/ClassAndModuleChildren: - Exclude: - - 'spec/**/*' - -Style/Documentation: - Exclude: - - 'spec/**/*' - -Style/EmptyLinesAroundBlockBody: - Enabled: false - -Style/EmptyLinesAroundClassBody: - Enabled: false - -Style/EmptyLinesAroundMethodBody: - Enabled: false - -Style/EmptyLinesAroundModuleBody: - Enabled: false - -Style/EmptyLineBetweenDefs: - Enabled: false - -Style/RaiseArgs: - EnforcedStyle: compact - -Style/SingleLineMethods: - Exclude: - - 'spec/**/*' - -Style/SpecialGlobalVars: - Exclude: - - 'Gemfile' - - '*.gemspec' - -Style/StringLiterals: - EnforcedStyle: double_quotes - -Stype/SingleSpaceBeforeFirstArg: - Enabled: false - -Style/TrivialAccessors: - Exclude: - - 'spec/**/*' +--- +inherit_from: "./config/metrics/rubocop.yml"