.rubocop.yml in fli_video-0.0.2 vs .rubocop.yml in fli_video-0.1.0

- old
+ new

@@ -12,9 +12,11 @@ ExtraDetails: true NewCops: enable Exclude: - ".builders/**/*" - "spec/samples/**/*" + - "scripts/**/*" + - "fli.rb" Metrics/BlockLength: Exclude: - "**/spec/**/*" - "*.gemspec"