ZnunyCodePolicy is a general code quality checker that can also make changes to the code. You can use it to check your code against the Znuny code style guide.
Installation / Usage
All important information can be found here feature.md.
Docker Usage
Build and run CodePolicy in a container against your current working directory:
./bin/znuny.CodePolicy.Docker.shRun against a specific repo and pass arguments through:
./bin/znuny.CodePolicy.Docker.sh /path/to/repo --all-filesRebuild the image when needed (otherwise the existing local image is reused):
./bin/znuny.CodePolicy.Docker.sh --rebuildEnjoy!
Your Znuny Team!