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