config/rubocop.yml in pulis-0.1.17 vs config/rubocop.yml in pulis-0.1.18
- old
+ new
@@ -1,7 +1,11 @@
# rubocop yml config example
# https://github.com/ryshinoz/rubocop_sample
+require:
+ - rubocop-rails
+ - rubocop-performance
+
######## Rubocop Config ########
AllCops:
Exclude:
- vendor/**/*
- db/**/*