nubis / nglint

A work-in-progress linter for nginx configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nglint

A linter for nginx configuration files.

Usage

nglint nginx.conf

nglint comes with two output formats. The default, pretty and a condensed gcc-like format useful for integrating into other tools. To configure the output format use the -f / --format flag.

nglint --format=gcc nginx.conf

License

Code is licensed under MIT.

## Author

nglint was crafted with love by Federico Bond.

About

A work-in-progress linter for nginx configuration files

License:MIT License


Languages

Language:Haskell 99.5%Language:Shell 0.5%