pivot-libre / tideman

Implementation of the Tideman ranked pairs algorithm
Apache License 2.0
9 stars 3 forks source link

Fix phpcbf config #24

Closed carlschroedl closed 7 years ago

carlschroedl commented 7 years ago

It is awesome to enforce style on the project. It is even better if we can run phpcbf successfully to automatically fix trivial style deviations.

Right now running the command:

vendor/bin/phpcbf

Results in:

ERROR: Referenced sniff "src/CodingStandard" does not exist

Run "phpcbf --help" for usage information