default.yml in freistil-rubocop-0.2.0 vs default.yml in freistil-rubocop-0.3.0

- old
+ new

@@ -32,9 +32,15 @@ Lint/AssignmentInCondition: Description: "Don't use assignment in conditions." StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#safe-assignment-in-condition' Enabled: false +Lint/RaiseException: + Enabled: true + +Lint/StructNewOverride: + Enabled: true + Metrics/BlockLength: Description: 'Avoid blocks longer than 25 lines of code.' Exclude: - '*.gemspec' - '**/*.rake'