puppet-lint-manifest_whitespace-check 0.1.11 → 0.1.12

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: 7dd5e8776e914e8e269dba2e5fc7b10b344cdd8f2f0bb9e7b41b88ac0eb5b782
4
- data.tar.gz: 69807b0aa0325654cabc75395b93494eb5375c7d53319c1163536da82f320466
3
+ metadata.gz: 9e03f64681e0f77650a16f9cb6fdc2da2f02cdfcd7480070bab2c847de55088a
4
+ data.tar.gz: 3a92cd24d10fbd164d6f08d3e8c5ef2777ddc9575658c4d49cba1e2719fcfcbf
5
5
  SHA512:
6
- metadata.gz: ff95eac15ab930d9dfeabcfdfbb126288c7ef4d2b98a9ef6547e11202970190a0e3e2a0eb5d9595cb8228613446792c4547c8a68527e5c1ae087755547f45dcc
7
- data.tar.gz: 11c9f07ca69106a3212813b0228d3215b41614cdc9c0526e1c141ed0399e156a2e0800b544b4f9886c4ff4bd7af22286417073b56142b235e3901a66bf9d8843
6
+ metadata.gz: ef768ef36782696c60b1e03ee44cf43916df55100415c84e0c636e9ea6eddadfe2536ab7e4c35bf514aba32e7861b8868f654a0b14b444cdafa507a71bad3d70
7
+ data.tar.gz: 642d9a4ff1e10f056cd938b7206ffc0835ee479cdf7423beb7eb8c6d6cc8f923ae3478adb597c88903b9eb721d778275b33fc56a3d9563c91ad3af1d54a78fb8
@@ -47,7 +47,7 @@ PuppetLint.new_check(:manifest_whitespace_opening_brace_after) do
47
47
  next_token = brace_token.next_token
48
48
 
49
49
  next unless next_token && !is_single_space(next_token)
50
- next if %i[LBRACK LBRACE RBRACE].include?(next_token.type)
50
+ next if %i[RBRACE].include?(next_token.type)
51
51
 
52
52
  if next_token.type == :NEWLINE
53
53
  next_token = next_token.next_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-manifest_whitespace-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jo Vandeginste