scss_lint 0.58.0 → 0.59.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3b1b80119138f8bb0cd3103a86641c4437e68723d98a22969b8fbe56a4252a6
|
4
|
+
data.tar.gz: 1c7e9d4fb2a07f1f09f5f07ba65b73b6fc03580f68f1cafd38831885c6c6fa2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99a40aaff0c804615c61f3b1e8a12ef1d77a4a09536c49b68a62dd715e26a6771bb108e8a181a666cec49180a3e5ff7c6f512a75ae0028efc8efa53d457d64b8
|
7
|
+
data.tar.gz: 58da1336efdb62a647a4f99d5373023dc748cd5499cb1f7df1f02bee39471065e001303e06c81f3dfe6ffb0693ddd24cc1f68e116db9336087a62e53c1ecb430
|
data/lib/scss_lint/version.rb
CHANGED
@@ -217,7 +217,7 @@ describe SCSSLint::Linter::DuplicateProperty do
|
|
217
217
|
end
|
218
218
|
|
219
219
|
context 'when specific consecutive duplicate properties are allowed' do
|
220
|
-
let(:linter_config) { { 'ignore_consecutive' => [
|
220
|
+
let(:linter_config) { { 'ignore_consecutive' => %w[background-color transition] } }
|
221
221
|
|
222
222
|
context 'when rule set contains consecutive duplicates in whitelist' do
|
223
223
|
let(:scss) { <<-SCSS }
|
@@ -348,7 +348,7 @@ describe SCSSLint::Linter::LengthVariable do
|
|
348
348
|
end
|
349
349
|
|
350
350
|
context 'when using a length with an allowed property' do
|
351
|
-
let(:linter_config) { { 'allowed_properties' => [
|
351
|
+
let(:linter_config) { { 'allowed_properties' => %w[text-shadow box-shadow] } }
|
352
352
|
let(:scss) { <<-SCSS }
|
353
353
|
p {
|
354
354
|
text-shadow: 10px 10px 5px blue;
|
metadata
CHANGED
@@ -1,35 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scss_lint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.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: 2019-
|
11
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: rake
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ">="
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0.9'
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '13'
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
requirements:
|
27
|
-
- - ">="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0.9'
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '13'
|
33
13
|
- !ruby/object:Gem::Dependency
|
34
14
|
name: sass
|
35
15
|
requirement: !ruby/object:Gem::Requirement
|