.rubocop.yml in rinfo-0.1.4 vs .rubocop.yml in rinfo-0.2.0
- old
+ new
@@ -1,8 +1,14 @@
---
AllCops:
- Excludes:
+ Exclude:
- bin/rails
- vendor/bundle/**/*
Documentation:
Enabled: false
+
+RegexpLiteral:
+ MaxSlashes: 0
+
+LineLength:
+ Max: 100