puppet-lint 3.3.0 → 3.4.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: 7b11b9e197b9d535a12a054f70eb91e946fb61eab5377617473eff216bea8737
4
- data.tar.gz: 111b88c93388f7593e7176ee7bd8de5df04a849844fca0a77feea6a623c073f4
3
+ metadata.gz: a9a0c2f244210e801942850dca7d3286d28fa16aeff0d68c43101f00e3c6a549
4
+ data.tar.gz: f6e1fdee24709edc0a690a7470c665c0952cba65f904ac8cfbe01e968578a886
5
5
  SHA512:
6
- metadata.gz: ae49b487202623f3684530562a0277c5306d62b3c45473f1b49266478b1fc3df2e1d46924cbffd4ad371d4b299be4ccd6737edc3082d9a5c9f347977e57216f0
7
- data.tar.gz: 23a4ff18eccb4dc1503ce403df40df7a430123fbfff01e77bf56bbe408b5b5ad8cc2ab3dbfebb159b654639ce130a9d329e78df7e3fc9e31abf513efcf09c421
6
+ metadata.gz: c1d1c760b0be0758b1c788c8f322b90f6cc3ea5ceabac3cf5052b00728178ef94fb99be0da4d49060edbbbe3dc18a8d243144ab112ae69e0a1351d832a42dddb
7
+ data.tar.gz: 597dbe95bb35aa5379df4cf2a3117bb6880228079b5e6fcf884680d057d1ce4c544267333da5d39fea85137afdd0cf6de6502df584aebf9175be6854e4e2f79a
data/README.md CHANGED
@@ -1,9 +1,5 @@
1
1
  # Puppet Lint
2
2
 
3
- [![Build
4
- Status](https://secure.travis-ci.org/rodjek/puppet-lint.png)](http://travis-ci.org/rodjek/puppet-lint)
5
- [![Inline docs](http://inch-ci.org/github/rodjek/puppet-lint.png?branch=master)](http://inch-ci.org/github/rodjek/puppet-lint)
6
-
7
3
  Puppet Lint tests Puppet code against the recommended [Puppet language style
8
4
  guide](http://puppet.com/docs/puppet/latest/style_guide.html). Puppet Lint validates only code style; it does not validate syntax. To test syntax, use Puppet's `puppet parser validate` command.
9
5
 
@@ -294,7 +290,7 @@ For a complete list of checks, and how to resolve errors on each check, see the
294
290
  ## Reporting bugs or incorrect results
295
291
 
296
292
  If you find a bug in Puppet Lint or its results, please create an issue in the
297
- [repo issues tracker](https://github.com/rodjek/puppet-lint/issues/). Bonus
293
+ [repo issues tracker](https://github.com/puppetlabs/puppet-lint/issues/). Bonus
298
294
  points will be awarded if you also include a patch that fixes the issue.
299
295
 
300
296
  ## Thank you
@@ -87,7 +87,7 @@ class PuppetLint::Checks
87
87
  rescue => e
88
88
  $stdout.puts <<-END.gsub(%r{^ {6}}, '')
89
89
  Whoops! It looks like puppet-lint has encountered an error that it doesn't
90
- know how to handle. Please open an issue at https://github.com/rodjek/puppet-lint
90
+ know how to handle. Please open an issue at https://github.com/puppetlabs/puppet-lint
91
91
  and paste the following output into the issue description.
92
92
  ---
93
93
  puppet-lint version: #{PuppetLint::VERSION}
@@ -1,3 +1,3 @@
1
1
  class PuppetLint
2
- VERSION = '3.3.0'.freeze
2
+ VERSION = '3.4.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Sharpe
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-03-07 00:00:00.000000000 Z
13
+ date: 2023-04-05 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: " Checks your Puppet manifests against the Puppetlabs style guide
16
16
  and alerts you to any discrepancies.\n"