X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FStatic-analysis.md;h=29d983627d90032406fa979d6d0a6d0aaeb1e8da;hb=43ad7c8e825057747ccf02049050b323878952a7;hp=ee4f5978d2a1abb54ad7df4765750823c972eff3;hpb=b4ff0afb24db6e4cb3543bbd71f01bbb0716b144;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Static-analysis.md b/doc/md/Static-analysis.md index ee4f5978..29d98362 100644 --- a/doc/md/Static-analysis.md +++ b/doc/md/Static-analysis.md @@ -1,5 +1,6 @@ ## WIP This topic is currently being discussed here: + - [Fix coding style (static analysis)](https://github.com/shaarli/Shaarli/issues/95) (#95) - [Continuous Integration tools & features](https://github.com/shaarli/Shaarli/issues/130) (#130) @@ -7,5 +8,6 @@ This topic is currently being discussed here: Static analysis tools can be installed with Composer, and used through Shaarli's [Makefile](https://github.com/shaarli/Shaarli/blob/master/Makefile). For an overview of the available features, see: + - [Code quality: Makefile to run static code checkers](https://github.com/shaarli/Shaarli/pull/124) (#124) - [Run PHPCS against different coding standards](https://github.com/shaarli/Shaarli/pull/276) (#276)