rubocop-govuk 5.1.13 → 5.1.15
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/CHANGELOG.md +8 -0
- data/config/naming.yml +1 -1
- 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: cb676255fb004bcc393e42933834411dc502fa46d44299b67472a89192d8cce7
|
4
|
+
data.tar.gz: aabe69705641b0fbdafa0a842e3c6b707d20a839fc2b46d02a401393dfb15788
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9243c424c4fdba0306401bbcad481d7216cf6d503eb59a68ba8dd693556a7fd202670fe7952bf70491fc8c0233686d7a6a9c1285f87eb4416cc83f9884aa98e7
|
7
|
+
data.tar.gz: 99222b901405f9adcdab8b9356cde923a8ccdf0db3c90cb0d8552c530a912be8bcb8c9e56c85f58cf6874bdc91c5f91703da95018badac2dc27cf10f742882a5
|
data/CHANGELOG.md
CHANGED
data/config/naming.yml
CHANGED
@@ -17,7 +17,7 @@ Naming/AccessorMethodName:
|
|
17
17
|
# At the time of writing, this Cop is not auto-correctable, and
|
18
18
|
# would generate a prohibitively high number of issues across our
|
19
19
|
# repos, which would require manual intervention.
|
20
|
-
Naming/
|
20
|
+
Naming/PredicatePrefix:
|
21
21
|
Enabled: false
|
22
22
|
|
23
23
|
# This rule can cause readability issues when applied (for example
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-govuk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
@@ -29,28 +29,28 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - '='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 1.76.
|
32
|
+
version: 1.76.2
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - '='
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 1.76.
|
39
|
+
version: 1.76.2
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: rubocop-ast
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - '='
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.45.
|
46
|
+
version: 1.45.1
|
47
47
|
type: :runtime
|
48
48
|
prerelease: false
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
51
|
- - '='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.45.
|
53
|
+
version: 1.45.1
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
55
|
name: rubocop-capybara
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|