]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - doc/md/Static-analysis.md
Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-rename
[github/shaarli/Shaarli.git] / doc / md / Static-analysis.md
1 ## WIP
2 This topic is currently being discussed here:
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)
5
6 ### Usage
7 Static analysis tools can be installed with Composer, and used through Shaarli's [Makefile](https://github.com/shaarli/Shaarli/blob/master/Makefile).
8
9 For an overview of the available features, see:
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)