]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - doc/md/Static-analysis.md
Generate HTML documentation using MkDocs (WIP)
[github/shaarli/Shaarli.git] / doc / md / Static-analysis.md
CommitLineData
992af0b9
V
1## WIP
2This topic is currently being discussed here:
53ed6d7d 3- [Fix coding style (static analysis)](https://github.com/shaarli/Shaarli/issues/95) (#95)
4- [Continuous Integration tools & features](https://github.com/shaarli/Shaarli/issues/130) (#130)
992af0b9
V
5
6### Usage
53ed6d7d 7Static analysis tools can be installed with Composer, and used through Shaarli's [Makefile](https://github.com/shaarli/Shaarli/blob/master/Makefile).
992af0b9
V
8
9For an overview of the available features, see:
53ed6d7d 10- [Code quality: Makefile to run static code checkers](https://github.com/shaarli/Shaarli/pull/124) (#124)
11- [Run PHPCS against different coding standards](https://github.com/shaarli/Shaarli/pull/276) (#276)