Skip to content

Commit

Permalink
Add a note about perltidy into development docs
Browse files Browse the repository at this point in the history
fix #20
  • Loading branch information
dnsmichi committed Nov 25, 2016
1 parent 3b5049e commit d0cb8f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,14 @@ for questions and feedback.

The original support tracker is still located on [sourceforge](https://sourceforge.net/p/nagios-snmp/feature-requests/).

## Development

Fork this repository on Github and send in a PR.

There's a `.perltidyrc` file in the main repository tree. If you are uncertain about the coding style,
create your patch and then run:

$ perltidy -b plugins/*.pl

This requires the `perltidy` module being installed.

0 comments on commit d0cb8f6

Please sign in to comment.