We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074c5ff commit 5f9335fCopy full SHA for 5f9335f
1 file changed
.rubocop.yml
@@ -1,7 +1,10 @@
1
-Metrics/LineLength:
+AllCops:
2
+ NewCops: enable
3
+
4
+Layout/LineLength:
5
Enabled: false
6
-Style/FileName:
7
+Naming/FileName:
8
9
10
Style/Documentation:
0 commit comments