]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Code quality: Makefile to run static code checkers 124/head
authorVirtualTam <virtualtam@flibidi.org>
Wed, 25 Feb 2015 21:08:50 +0000 (22:08 +0100)
committerVirtualTam <virtualtam@flibidi.org>
Thu, 5 Mar 2015 22:28:43 +0000 (23:28 +0100)
commit00f98bdacaba026e3d16aed36605bc21b72903ab
treea9cbb69f91ff7fee3a6f72dc87399a2034f95971
parent3a10fa0e3f0d0978dc359d1407b93fe425f44b25
Code quality: Makefile to run static code checkers

Relates to #71
Relates to #95

Additions:
- Makefile for easy usage,
- Composer file to declare dev & test dependencies.

Features:
- PHP Copy/Paste Detect: detect duplicate code;
- PHP Code Sniffer: static analysis, syntax checking,
- PHP Mess Detector: static analysis, syntax checking.

Signed-off-by: VirtualTam <virtualtam@flibidi.org>
.gitignore
Makefile [new file with mode: 0644]
composer.json [new file with mode: 0644]