.rubocop.yml in tiny_hooks-0.3.0 vs .rubocop.yml in tiny_hooks-1.0.0

- old
+ new

@@ -28,15 +28,20 @@ EnforcedStyle: same_line Lint/ConstantResolution: Enabled: false -Metrics/MethodLength: - Max: 15 +# I couldn't come up with code clean enough +# For now I gave up following Metrics cops +Metrics: + Enabled: false Security/Eval: Exclude: - 'test/**/*.rb' + +Style/ClassVars: + Enabled: false Style/ConstantVisibility: Exclude: - 'lib/tiny_hooks/version.rb'