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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +4 -9
  3. data/README.md +0 -9
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2cf6be785fdccacc37c7109664f28e0e42092fa3aa3feae743757cf7938a688
4
- data.tar.gz: 49267146654881c7fc6dcd9bd6882eeaea10a4cf2a43591f375750db742bb2dc
3
+ metadata.gz: c501f64dec095777bf3f9f1741be515a66af0c55404e1c60f20795ab63b4d5af
4
+ data.tar.gz: 58f6f248f2db6eeefa015b5211f8cd1b52bec228b50971b795d3d67cb23a293f
5
5
  SHA512:
6
- metadata.gz: d7bf172273a46ec6d709fed8f948249f85a5c690c8f707b3d3f56c4f351024fddf8e6f1b0109ebef423f86f82cbdf96b730f3fb460888a19bb7f2815cfe594d2
7
- data.tar.gz: bc6db52c2b3d5771edce16ef7a119ab2ccaeb003871d70806352ca53c54932be7541853d79ec396b2618f088f85f04b27b79dcc4eac7d09aa6e7833d858b564b
6
+ metadata.gz: cdd8a6cf5240f901f08e4ae9fedb22e8bda233a3773c1a00c142c81f62cd4c61c1732b1eb4a31d3ac09ff9de6c3278899b3ff37ec8dddd8271da549de6810d82
7
+ data.tar.gz: ace1e835fbec81c305f8d2c6ad6c072349e71ddf889e5b91339f925bd349cf63f148b44d25398cfc37329dfc059668f9ac9d1c101e685daf3521490a810e28c6
@@ -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
- PreferredDelimiters:
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
- EnforcedStyle: brackets
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.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: 2020-12-12 00:00:00.000000000 Z
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.2.0
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: []