puppet-lint 3.3.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/lib/puppet-lint/checks.rb +1 -1
- data/lib/puppet-lint/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9a0c2f244210e801942850dca7d3286d28fa16aeff0d68c43101f00e3c6a549
|
4
|
+
data.tar.gz: f6e1fdee24709edc0a690a7470c665c0952cba65f904ac8cfbe01e968578a886
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
data/lib/puppet-lint/checks.rb
CHANGED
@@ -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/
|
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}
|
data/lib/puppet-lint/version.rb
CHANGED
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.
|
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-
|
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"
|