meowcop 1.15.0 → 1.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/rubocop.yml +3 -1
- data/lib/meowcop/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 661dc63454a133c247fb893fde414c013199fa8885c94c7ecec30a63555be315
|
4
|
+
data.tar.gz: 1e8930a06e949a430b8967e9d035e12847e9d62ad503dc99f1d4752aa7f7edb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 284eac62c5e9674df46ca5257573c8399dbc854b7d79a037c811265a7484061d8f390d85e1967fd250ce101beef86cb863ad41436eaea612c9e99b0f5e4c9a8a
|
7
|
+
data.tar.gz: f5e59e5b626371b2d97ab7a3d1b89b75972b8fe4328ff91ae66fcc949441c350df990579a041a12a6ad11a82f0c2e3a8d04866283a87a67bdd1b50c8dcfa4c39
|
data/config/rubocop.yml
CHANGED
@@ -462,7 +462,9 @@ Style/TernaryParentheses:
|
|
462
462
|
Enabled: false
|
463
463
|
Style/TrailingCommaInArguments:
|
464
464
|
Enabled: false
|
465
|
-
Style/
|
465
|
+
Style/TrailingCommaInArrayLiteral:
|
466
|
+
Enabled: false
|
467
|
+
Style/TrailingCommaInHashLiteral:
|
466
468
|
Enabled: false
|
467
469
|
Style/TrailingUnderscoreVariable:
|
468
470
|
Enabled: false
|
data/lib/meowcop/version.rb
CHANGED