webit-rails-rubocop 1.0.4 → 1.0.6
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.yml +1 -1
- data/cops/rails.yml +6 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e219c9f3521ba1a5fef9ee0f6abbb33ff27ae5244f60b5479e4a6e96a5a28101
|
|
4
|
+
data.tar.gz: 5be722242ba2aea501529fa3bca4a95a306d9eb2e37190e8ad5b380a9047f65f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98d7bc3995cbc21e6c3b9b85ab1915d20513d6dfa04b7c2b39b47782efc29acb64a1fe4c9afa8132e8f2cb03c375056e3e124c4b79a3220282a1d03647fff083
|
|
7
|
+
data.tar.gz: 2198c9df78982a00e55cd2c49d24957747a88761e695cddc26eaf453b971487e2892e2ec88d1a8d3a448af4caa941ed599e83d57651d4646ce7a890431245a30
|
data/config.yml
CHANGED
data/cops/rails.yml
CHANGED
|
@@ -68,6 +68,9 @@ Rails/FindByOrAssignmentMemoization:
|
|
|
68
68
|
Rails/FreezeTime:
|
|
69
69
|
Enabled: true
|
|
70
70
|
|
|
71
|
+
Rails/HasAndBelongsToMany:
|
|
72
|
+
Enabled: true
|
|
73
|
+
|
|
71
74
|
Rails/HttpStatusNameConsistency:
|
|
72
75
|
Enabled: true
|
|
73
76
|
|
|
@@ -155,6 +158,9 @@ Rails/SquishedSQLHeredocs:
|
|
|
155
158
|
Rails/StripHeredoc:
|
|
156
159
|
Enabled: true
|
|
157
160
|
|
|
161
|
+
Rails/StrongParametersExpect:
|
|
162
|
+
Enabled: true
|
|
163
|
+
|
|
158
164
|
Rails/ThreeStateBooleanColumn:
|
|
159
165
|
Enabled: true
|
|
160
166
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webit-rails-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Böhme
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.
|
|
19
|
+
version: 2.37.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.
|
|
26
|
+
version: 2.37.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: webit-ruby-rubocop
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '3.
|
|
33
|
+
version: '3.2'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '3.
|
|
40
|
+
version: '3.2'
|
|
41
41
|
description: This gem provides webit! specific rubocop configurations for Rails.
|
|
42
42
|
email:
|
|
43
43
|
- boehme@webit.de
|