slim_lint 0.12.0 → 0.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 155fae4cf7fe12a0589a4d092c101cd26ebdb62f
4
- data.tar.gz: 02b2ff7b339d0be923f550e5f993a3a5195d9247
3
+ metadata.gz: fc8d22202c9f6eb2a16d57cc44a7c1ab94f80992
4
+ data.tar.gz: 2bb72a9326dc5be97d7b00e41da0aed16762ac77
5
5
  SHA512:
6
- metadata.gz: 6805d163ee6b61bed5f836ecddafeb7c9279658f678c7984dfb27a1b8442ac08fd80e4fd5d2bfca93414018bff25e3526b37e32fe9461e090bd6b74481e106ad
7
- data.tar.gz: ba377790ae59d23d85f8f693a3ee7132ad549587a00e4d5652fe179958ba54883572ee03d5ec2b3e8c96c5a8c84efc150f4ad02ccf570e90fc959a65b1ea1d3d
6
+ metadata.gz: 2139ed039c41a606ee6fe8674568cf46ae223ef85d8a403216369cd325c7b0fb0252347bb05f4a6312fcf4b560812c1b77dd24b5268512345697ee9da7acc8a0
7
+ data.tar.gz: 1d4e203db09d82845aae1e3489cc3ae863f29f436bb5d739fb7c47f4c6bebfd2f3b64eb5a36991386a09d6c231cc0eec1acbebef541cab3446b05a0e8fa8ea20
data/config/default.yml CHANGED
@@ -32,30 +32,30 @@ linters:
32
32
  # WARNING: If you define this list in your own .slim-lint.yml file, you'll
33
33
  # be overriding the list defined here.
34
34
  ignored_cops:
35
+ - Layout/AlignHash
36
+ - Layout/AlignParameters
37
+ - Layout/FirstParameterIndentation
38
+ - Layout/IndentationConsistency
39
+ - Layout/IndentationWidth
40
+ - Layout/MultilineArrayBraceLayout
41
+ - Layout/MultilineAssignmentLayout
42
+ - Layout/MultilineHashBraceLayout
43
+ - Layout/MultilineMethodCallBraceLayout
44
+ - Layout/MultilineMethodCallIndentation
45
+ - Layout/MultilineMethodDefinitionBraceLayout
46
+ - Layout/MultilineOperationIndentation
47
+ - Layout/TrailingBlankLines
48
+ - Layout/TrailingWhitespace
35
49
  - Lint/BlockAlignment
36
50
  - Lint/EndAlignment
37
51
  - Lint/Void
38
52
  - Metrics/BlockLength
39
53
  - Metrics/LineLength
40
- - Style/AlignHash
41
- - Style/AlignParameters
42
54
  - Style/BlockNesting
43
55
  - Style/FileName
44
- - Style/FirstParameterIndentation
45
56
  - Style/FrozenStringLiteralComment
46
57
  - Style/IfUnlessModifier
47
- - Style/IndentationConsistency
48
- - Style/IndentationWidth
49
- - Style/MultilineArrayBraceLayout
50
- - Style/MultilineAssignmentLayout
51
- - Style/MultilineHashBraceLayout
52
- - Style/MultilineMethodCallBraceLayout
53
- - Style/MultilineMethodDefinitionBraceLayout
54
- - Style/MultilineMethodCallIndentation
55
- - Style/MultilineOperationIndentation
56
58
  - Style/Next
57
- - Style/TrailingBlankLines
58
- - Style/TrailingWhitespace
59
59
  - Style/WhileUntilModifier
60
60
 
61
61
  Tab:
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module SlimLint
5
- VERSION = '0.12.0'.freeze
5
+ VERSION = '0.13.0'.freeze
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane da Silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: slim
@@ -50,14 +50,14 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 0.48.0
53
+ version: 0.49.0
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 0.48.0
60
+ version: 0.49.0
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: sysexits
63
63
  requirement: !ruby/object:Gem::Requirement