ragnarson-stylecheck 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/rubocop.yml +6 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7b2910c76fd88f141b0ee8a8c244b0ad8baf0d6
|
4
|
+
data.tar.gz: 9d0121c3a6a7b4795a8f74822066103294747a5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc0939cda7439b3f6b2d04989653e35f5474e009d44fad29b78574d22993a3358b821de6f78613ac7a0a48e4912da409c21d27aae837bf128f00ceae6dc4d579
|
7
|
+
data.tar.gz: dbca9ee10439aed0112473664ffb72b3accd1db1e6d19ca08d61a0d6bd46c7a3d3bb0d3f9b414d37c283637abd2567d3da59c8a2ca6a133840510b708504934d
|
data/config/rubocop.yml
CHANGED
@@ -22,12 +22,18 @@ Style/EmptyLines:
|
|
22
22
|
Style/Encoding:
|
23
23
|
Enabled: false
|
24
24
|
|
25
|
+
Style/FrozenStringLiteralComment:
|
26
|
+
Enabled: false
|
27
|
+
|
25
28
|
Style/InlineComment:
|
26
29
|
Enabled: false
|
27
30
|
|
28
31
|
Style/MultilineBlockChain:
|
29
32
|
Enabled: false
|
30
33
|
|
34
|
+
Style/MultilineMethodCallIndentation:
|
35
|
+
EnforcedStyle: indented
|
36
|
+
|
31
37
|
Style/MultilineOperationIndentation:
|
32
38
|
EnforcedStyle: indented
|
33
39
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ragnarson-stylecheck
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grzesiek Kołodziejczyk
|
@@ -47,14 +47,14 @@ dependencies:
|
|
47
47
|
requirements:
|
48
48
|
- - "~>"
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: 0.
|
50
|
+
version: 0.37.2
|
51
51
|
type: :runtime
|
52
52
|
prerelease: false
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
54
54
|
requirements:
|
55
55
|
- - "~>"
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: 0.
|
57
|
+
version: 0.37.2
|
58
58
|
description: Wraps rubocop for simple and consisten experience
|
59
59
|
email: oskarszrajer@gmail.com
|
60
60
|
executables: []
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
requirements: []
|
91
91
|
rubyforge_project:
|
92
|
-
rubygems_version: 2.
|
92
|
+
rubygems_version: 2.6.1
|
93
93
|
signing_key:
|
94
94
|
specification_version: 4
|
95
95
|
summary: Automatic style check for ragnarson projects
|