We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 074c5ff + 5f9335f commit 5a9dca4Copy full SHA for 5a9dca4
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