.rubocop.yml in lograge-sql-0.4.0 vs .rubocop.yml in lograge-sql-1.0.0

- old
+ new

@@ -3,10 +3,12 @@ AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.3 + Exclude: + - gemfiles/vendor/bundle/**/* Metrics/BlockLength: Exclude: - spec/**/*.rb @@ -15,6 +17,6 @@ Exclude: - spec/**/*.rb Style/Documentation: Exclude: - - 'spec/**/*' \ No newline at end of file + - 'spec/**/*'