slim_lint_standard 0.0.3.2 → 0.0.3.3

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: 5e0448b232b91bf88c417eb75e64c6da9ad18d0bfc7ba53528ad347b392447ab
4
- data.tar.gz: f59363a96cc968962443a4485bd28987b6855141debce1bc881d316f4c0726d8
3
+ metadata.gz: 020c7a7dd42f91e0463080ae9d45ecce0d3216ad317a12d76093678762bace4f
4
+ data.tar.gz: 9180c1ba47218144cb202ef1a8acb0a2966cc1a45e02337dd5fb9f97a940c89d
5
5
  SHA512:
6
- metadata.gz: 576123200da53bb1767f66993388afee1c1413dd09f7189c08cda5f753ecad6a946951cac70755b75039b6ff3ebef5dcba9cddf6ab915e29ed087d1847de91b0
7
- data.tar.gz: c15b9d4cbe346857a85a4da550c0c299e69317b97d8a9d94bd739fac5de77e1eaede50c6f8f86acec8b9331ceb7beabfb23b6f70a40a3425f8e9c10c9598a5f8
6
+ metadata.gz: fb2df502ae13382a90efe4fbf26d58b8901b7a4e0f47da6ed25419ab48144816ab8e7fc5f2fc404838ba731a7d10684003ce74f6557501ba14dbe200642da7e1
7
+ data.tar.gz: 626cdfa7d36e80933d0f8e95266c3cf5421b8a28bf53f73a99e26afe8306aef35445e93a70f4a18e8fa2d39505e7043d9a1682b2c35e2ff8cfd002d7739a0a1a
data/config/default.yml CHANGED
@@ -47,8 +47,7 @@ linters:
47
47
 
48
48
  RedundantDiv:
49
49
  enabled: true
50
- EnforcedStyle: implicit
51
- SupportedStyles: [implicit, explicit]
50
+ style: implicit
52
51
 
53
52
  RuboCop:
54
53
  enabled: false
@@ -11,7 +11,7 @@ module SlimLint
11
11
  EXPLICIT_MESSAGE = "explicit `div` is preferred over bare %s attribute"
12
12
 
13
13
  on [:html, :tag, capture(:tag, anything), capture(:attrs, [:html, :attrs]), anything] do |sexp|
14
- case @config["EnforcedStyle"]
14
+ case @config["style"]
15
15
  when "implicit", :implicit
16
16
  _, _, name, value = captures[:attrs][2]
17
17
  next unless captures[:tag] == "div"
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module SlimLint
5
- VERSION = "0.0.3.2"
5
+ VERSION = "0.0.3.3"
6
6
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim_lint_standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.2
4
+ version: 0.0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pieter van de Bruggen
8
8
  - Shane da Silva
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2025-01-29 00:00:00.000000000 Z
@@ -224,7 +224,7 @@ homepage: https://github.com/pvande/slim-lint-standard
224
224
  licenses:
225
225
  - MIT
226
226
  metadata: {}
227
- post_install_message:
227
+ post_install_message:
228
228
  rdoc_options: []
229
229
  require_paths:
230
230
  - lib
@@ -239,8 +239,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  - !ruby/object:Gem::Version
240
240
  version: '0'
241
241
  requirements: []
242
- rubygems_version: 3.4.10
243
- signing_key:
242
+ rubygems_version: 3.0.3.1
243
+ signing_key:
244
244
  specification_version: 4
245
245
  summary: Linter for Slim templates
246
246
  test_files: []