mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
Puppet-lint checks your Puppet manifests against the Puppet Labs style
|
|
guide and alerts you to any discrepancies.
|
|
|
|
You can test a single manifest file by running:
|
|
|
|
puppet-lint <path to file>
|
|
|
|
If you want to test your entire Puppet manifest directory, you can add
|
|
require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
|
|
|
|
rake lint
|