sashite-rubocop 1.0.0.beta1 → 1.0.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/README.md +10 -10
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6964152abbd2a411300c806d334caf7322c8ac56223fb2349f619d069197c247
|
|
4
|
+
data.tar.gz: 7b58e41d86435e320495c55e73141f1a623b0933d6da587b0ce182596c935568
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a10d88167ff49e66bbec5ee747a12cdd55cac8f9861a659e7264c31545bca1f067e57486209e71570fb841eb58946fb1a360743d0e4d7461d8a29b19b99f2f78
|
|
7
|
+
data.tar.gz: 635427f165edd3416f0ae7cad97dd2713db99035b43d6950eb3acb49959e9fc91d8926768bbe855d3bd3720605b723a4120c9f297b8809990ecde17fd0a46ab1
|
data/README.md
CHANGED
|
@@ -14,14 +14,14 @@ At Sashité, many of our services are built on Ruby.
|
|
|
14
14
|
|
|
15
15
|
To keep the code base consistent across projects, we have collected here the common style rules we use to improve readability and maintainability.
|
|
16
16
|
|
|
17
|
-

|
|
17
|
+

|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
21
21
|
Add this line to your application's Gemfile:
|
|
22
22
|
|
|
23
23
|
```ruby
|
|
24
|
-
gem "sashite-rubocop"
|
|
24
|
+
gem "sashite-rubocop"
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then execute:
|
|
@@ -33,7 +33,7 @@ bundle install
|
|
|
33
33
|
Or install it yourself as:
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
gem install sashite-rubocop
|
|
36
|
+
gem install sashite-rubocop
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Usage
|
|
@@ -73,13 +73,13 @@ Add these lines to your `.rubocop.yml`:
|
|
|
73
73
|
```yaml
|
|
74
74
|
# .rubocop.yml
|
|
75
75
|
inherit_from:
|
|
76
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop.yml
|
|
77
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop/performance.yml
|
|
78
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop/rails.yml
|
|
79
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop/rake.yml
|
|
80
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop/rspec.yml
|
|
81
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop/sequel.yml
|
|
82
|
-
- https://raw.githubusercontent.com/sashite/sashite-rubocop/main/config/rubocop/thread_safety.yml
|
|
76
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop.yml
|
|
77
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop/performance.yml
|
|
78
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop/rails.yml
|
|
79
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop/rake.yml
|
|
80
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop/rspec.yml
|
|
81
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop/sequel.yml
|
|
82
|
+
- https://raw.githubusercontent.com/sashite/sashite-rubocop.rb/main/config/rubocop/thread_safety.yml
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
## Versioning
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sashite-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril Kato
|
|
@@ -240,9 +240,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: 2.7.0
|
|
241
241
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
242
|
requirements:
|
|
243
|
-
- - "
|
|
243
|
+
- - ">="
|
|
244
244
|
- !ruby/object:Gem::Version
|
|
245
|
-
version:
|
|
245
|
+
version: '0'
|
|
246
246
|
requirements: []
|
|
247
247
|
rubygems_version: 3.1.6
|
|
248
248
|
signing_key:
|