morozov / diff-sniffer-core
This package is abandoned and no longer maintained.
The author suggests using the diff-sniffer/core package instead.
Core component for Diff Sniffer, a tool to validate coding standards only in changed line
3.4.1
2019-05-02 01:45 UTC
Requires
- php: ^7.2
- jean85/pretty-package-versions: ^1.2
- morozov/bootstrap: ^1.1
- squizlabs/php_codesniffer: ^3.4
Requires (Dev)
- php-vfs/php-vfs: ^v1.4
- phpstan/phpstan: ^0.9
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2019-10-11 20:11:44 UTC
README
This is a tool that allows validation of coding standards only for changed lines but not the whole file.
This is not a working application. It provides DiffSniffer\Changeset
interface that should be implemented in order to accomplish some results.
See existing implementations:
- diff-sniffer/git: Git command line implementation