core.yml in ws-style-7.1.3 vs core.yml in ws-style-7.2.0
- old
+ new
@@ -27,11 +27,10 @@
- "data/**/*"
- "db/data/**/*"
- "db/migrate/**/*"
- "db/schema.rb"
- "gemfiles/**/*"
- - "lib/tasks/circle_0.rake"
- "log/**/*"
- "node_modules/**/*"
- "public/**/*"
- "tmp/**/*"
- "vendor/**/*"
@@ -70,5 +69,9 @@
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma
+
+# enable rubocop-vendor
+Vendor:
+ Enabled: true