rubocop-bridgetown 0.2.2 → 0.2.3
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/.rubocop.yml +4 -9
- data/README.md +0 -9
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c501f64dec095777bf3f9f1741be515a66af0c55404e1c60f20795ab63b4d5af
|
|
4
|
+
data.tar.gz: 58f6f248f2db6eeefa015b5211f8cd1b52bec228b50971b795d3d67cb23a293f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdd8a6cf5240f901f08e4ae9fedb22e8bda233a3773c1a00c142c81f62cd4c61c1732b1eb4a31d3ac09ff9de6c3278899b3ff37ec8dddd8271da549de6810d82
|
|
7
|
+
data.tar.gz: ace1e835fbec81c305f8d2c6ad6c072349e71ddf889e5b91339f925bd349cf63f148b44d25398cfc37329dfc059668f9ac9d1c101e685daf3521490a810e28c6
|
data/.rubocop.yml
CHANGED
|
@@ -90,19 +90,14 @@ Style/HashTransformKeys:
|
|
|
90
90
|
Enabled: false
|
|
91
91
|
Style/HashTransformValues:
|
|
92
92
|
Enabled: true
|
|
93
|
+
Style/Lambda:
|
|
94
|
+
EnforcedStyle: literal
|
|
93
95
|
Style/ModuleFunction:
|
|
94
96
|
Enabled: false
|
|
95
97
|
Style/MultilineTernaryOperator:
|
|
96
98
|
Severity: error
|
|
97
99
|
Style/PercentLiteralDelimiters:
|
|
98
|
-
|
|
99
|
-
"%q": "{}"
|
|
100
|
-
"%Q": "{}"
|
|
101
|
-
"%r": "!!"
|
|
102
|
-
"%s": "()"
|
|
103
|
-
"%w": "()"
|
|
104
|
-
"%W": "()"
|
|
105
|
-
"%x": "()"
|
|
100
|
+
Enabled: false
|
|
106
101
|
Style/RegexpLiteral:
|
|
107
102
|
EnforcedStyle: percent_r
|
|
108
103
|
Style/RescueModifier:
|
|
@@ -114,7 +109,7 @@ Style/StringLiterals:
|
|
|
114
109
|
Style/StringLiteralsInInterpolation:
|
|
115
110
|
EnforcedStyle: double_quotes
|
|
116
111
|
Style/SymbolArray:
|
|
117
|
-
|
|
112
|
+
Enabled: false
|
|
118
113
|
Style/TrailingCommaInArrayLiteral:
|
|
119
114
|
EnforcedStyleForMultiline: consistent_comma
|
|
120
115
|
Style/TrailingCommaInHashLiteral:
|
data/README.md
CHANGED
|
@@ -63,12 +63,3 @@ AllCops:
|
|
|
63
63
|
## Customization
|
|
64
64
|
|
|
65
65
|
You can override any settings inherited from the extension by subsequently redefining the concerned parameters.
|
|
66
|
-
|
|
67
|
-
## Release Cycle
|
|
68
|
-
|
|
69
|
-
A new release of this gem is manually cut based on the adoption of the latest version of RuboCop by the [Bridgetown repository](https://github.com/bridgetownrb/bridgetown):
|
|
70
|
-
|
|
71
|
-
1. RuboCop releases a new version.
|
|
72
|
-
2. The `master` branch of Bridgetown repository is updated to the latest RuboCop version along with any updates to their `.rubocop.yml`.
|
|
73
|
-
3. The RuboCop version and `.rubocop.yml` at this gem's repository is updated **via a pull request**.
|
|
74
|
-
4. A new minor release is subsequently cut and shipped.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-bridgetown
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bridgetown Team
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -83,7 +83,7 @@ homepage: https://github.com/bridgetownrb/rubocop-bridgetown
|
|
|
83
83
|
licenses:
|
|
84
84
|
- MIT
|
|
85
85
|
metadata: {}
|
|
86
|
-
post_install_message:
|
|
86
|
+
post_install_message:
|
|
87
87
|
rdoc_options: []
|
|
88
88
|
require_paths:
|
|
89
89
|
- lib
|
|
@@ -98,8 +98,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements: []
|
|
101
|
-
rubygems_version: 3.
|
|
102
|
-
signing_key:
|
|
101
|
+
rubygems_version: 3.1.4
|
|
102
|
+
signing_key:
|
|
103
103
|
specification_version: 4
|
|
104
104
|
summary: Code style check for Bridgetown plugins
|
|
105
105
|
test_files: []
|