ergomentum_rubocop 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/default_rails.yml +6 -6
- data/lib/ergomentum_rubocop/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: 56a6a6ed198ef06640ce56820016d3b5ad982c9e7cb8c69b06dedb0a702f07b8
|
4
|
+
data.tar.gz: ff89e18c762606654f58b4ebdc6d230dcd640428cd5b84b0b1e438b0c4968ee7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b322502225b4c11809897567461ede963766bfd2dd86b151fcdb936d3904d86b34628aa228d9ff207b1c825fe33da3664a5318f210f2500ec54059a8b3817f2f
|
7
|
+
data.tar.gz: 17d423325efb207430c779d200d9c497a6228a82f60c36a492b6700cf5d0f6393f6b2d69f49607478c01d0bde63bd0a04aa71002a46d1fa3023582491167d1b7
|
data/config/default_rails.yml
CHANGED
@@ -88,17 +88,17 @@ Rails/RootPathnameMethods: # new in 2.16
|
|
88
88
|
Enabled: true
|
89
89
|
Rails/RootPublicPath: # new in 2.15
|
90
90
|
Enabled: true
|
91
|
-
|
91
|
+
RSpecRails/AvoidSetupHook: # new in 2.4
|
92
92
|
Enabled: true
|
93
|
-
|
93
|
+
RSpecRails/HaveHttpStatus: # new in 2.12
|
94
94
|
Enabled: true
|
95
|
-
|
95
|
+
RSpecRails/InferredSpecType: # new in 2.14
|
96
96
|
Enabled: true
|
97
|
-
|
97
|
+
RSpecRails/MinitestAssertions: # new in 2.17
|
98
98
|
Enabled: true
|
99
|
-
|
99
|
+
RSpecRails/NegationBeValid: # new in 2.23
|
100
100
|
Enabled: true
|
101
|
-
|
101
|
+
RSpecRails/TravelAround: # new in 2.19
|
102
102
|
Enabled: true
|
103
103
|
Rails/SelectMap: # new in 2.21
|
104
104
|
Enabled: true
|