config/rubocop/exclude.yml in fedux_org-stdlib-0.9.8 vs config/rubocop/exclude.yml in fedux_org-stdlib-0.10.0

- old
+ new

@@ -1,7 +1,8 @@ AllCops: Exclude: - - spec/examples/**/*.rb + - spec/examples/**/*.rb + - fixtures/**/*.rb # Offense count: 230 # Configuration parameters: AllowURI. Metrics/LineLength: Max: 331