cobalt-rubocop 0.2.0 → 0.3.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/CHANGELOG.md +5 -1
- data/README.md +6 -6
- data/lib/rubocop/cobalt/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bbf5ab7a21da7b9d14aabef64e62700bd0f51b77e1bfa027aa26e3e941c4f26
|
|
4
|
+
data.tar.gz: 18c3ff6bb5e9d243dcb0f58d145ba2a7ce02e9042e46e12e1244d67e847cff82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d47a038634f95558ac4ce64f75bb58249dbffece022fdc7352e2a4230ec9d3b3342ba4b6ca3947574284e2293bce31615e8b3458edd46b22cbbc42dde049dd7
|
|
7
|
+
data.tar.gz: 95992f8959f8d6c02f10e30829e942b787041995f36249e29694a678c871d511f321de9e5c46e120b59e3ba108cc7eb5663b4ef0b6ad6244dfbc530a4b74ac4c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
## main (unreleased)
|
|
3
|
+
*
|
|
4
|
+
|
|
5
|
+
## 0.3.0 (2021-04-16)
|
|
6
|
+
* Update Rubocop and Rubocop Performance versions ([#6](https://github.com/cobalthq/cobalt-rubocop/pull/6))
|
|
2
7
|
|
|
3
8
|
## 0.2.0 (2021-04-14)
|
|
4
9
|
* Avoid warnings on RSpec `let` with parameter arrays ([#5](https://github.com/cobalthq/cobalt-rubocop/pull/5))
|
|
5
10
|
* Add new cop `InsecureHashAlgorithm`. ([#3](https://github.com/cobalthq/cobalt-rubocop/pull/3))
|
|
6
|
-
* Possible need to re-generate `.rubocop_todo.yml` when updating.
|
|
7
11
|
|
|
8
12
|
## 0.1.0 (2021-02-10)
|
|
9
13
|
* Introduce default rules
|
data/README.md
CHANGED
|
@@ -25,10 +25,10 @@ This repository provides recommended linting rules for Ruby repositories.
|
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
[Specific versions](https://github.com/cobalthq/cobalt-rubocop/blob/main/cobalt-rubocop.gemspec) installed for:
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
28
|
+
- [rubocop](https://github.com/rubocop-hq/rubocop)
|
|
29
|
+
- [rubocop-performance](https://github.com/rubocop/rubocop-performance)
|
|
30
|
+
- [rubocop-rails](https://github.com/rubocop/rubocop-rails)
|
|
31
|
+
- [rubocop-rspec](https://github.com/rubocop/rubocop-rspec)
|
|
32
32
|
|
|
33
33
|
### .rubocop.yml
|
|
34
34
|
Configuration Options:
|
|
@@ -88,8 +88,8 @@ See [Ruby Docs](https://ruby-doc.org/stdlib-2.7.2/libdoc/openssl/rdoc/OpenSSL/Di
|
|
|
88
88
|
## Development
|
|
89
89
|
```shell
|
|
90
90
|
git clone git@github.com:cobalthq/cobalt-rubocop.git
|
|
91
|
-
gem install bundler:2.2.
|
|
92
|
-
bundle _2.2.
|
|
91
|
+
gem install bundler:2.2.16
|
|
92
|
+
bundle _2.2.16_
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
### Testing locally
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cobalt-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cobalt Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.12.1
|
|
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: 1.
|
|
26
|
+
version: 1.12.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-performance
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.
|
|
33
|
+
version: 1.10.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: 1.
|
|
40
|
+
version: 1.10.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.2.
|
|
75
|
+
version: 2.2.16
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.2.
|
|
82
|
+
version: 2.2.16
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: rspec
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
|
-
rubygems_version: 3.
|
|
135
|
+
rubygems_version: 3.2.3
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
138
|
summary: Cobalt RuboCop
|