.rubocop.yml in n1_loader-1.5.1 vs .rubocop.yml in n1_loader-1.6.0

- old
+ new

@@ -1,9 +1,10 @@ AllCops: TargetRubyVersion: 2.5 Exclude: - examples/**/* + - vendor/bundle/**/* Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes @@ -14,6 +15,6 @@ Layout/LineLength: Max: 120 Metrics/BlockLength: Exclude: - - spec/**/* \ No newline at end of file + - spec/**/*