ragnarson-stylecheck 0.0.6 → 0.0.7

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rubocop.yml +6 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3d2d71fdb12789d6bc231f162ee2315bd8f31b4
4
- data.tar.gz: 2fcbfb10b297dd1e42b187adf12b3e8a3812f1f5
3
+ metadata.gz: e7b2910c76fd88f141b0ee8a8c244b0ad8baf0d6
4
+ data.tar.gz: 9d0121c3a6a7b4795a8f74822066103294747a5b
5
5
  SHA512:
6
- metadata.gz: 2d44e700f75d0a713df11f499cb8093660a85b9ac077147de814df6a370d84cebadb67ca4f4d2b2b9c41f723f0d4485c1dac19fa138c65675c8b221dd6937192
7
- data.tar.gz: 5781dac35d6280ff7d777e08c1259cb5691b3341be376f0121e4f4c5c1d0ca2dfc695eaad8a535eefea1fe35eef37a7d00029c46f5472c5902efb690c7cac29c
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.6
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.36.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.36.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.5.1
92
+ rubygems_version: 2.6.1
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Automatic style check for ragnarson projects