Skip to content

Commit

Permalink
use .puppet-lint.rc, as .puppet-lintrc is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Honeycutt committed Sep 5, 2012
1 parent 1783ec6 commit 1537456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ wanted to skip the 80 character check, you would run
puppet-lint --no-80chars-check /path/to/my/manifest.pp
```

puppet-lint will also check for a `.puppet-lintrc` file in the current
puppet-lint will also check for a `.puppet-lint.rc` file in the current
directory and your home directory and read in flags from there, so if you
wanted to always skip the hard tab character check, you could create
`~./puppet-lintrc` containing
`~./puppet-lint.rc` containing

```
--no-hard_tabs-check
Expand Down

0 comments on commit 1537456

Please sign in to comment.