What's Changed
notable changes
- Add relative file path to ClassDescription in #477
- Violation can now contain a reference to the file path in #478
- Add GitLab output format support to CLI. by @raffaelecarelle in #474
- Check: adds an option to specify an autoloader file to be included in #489
- Print violations to stdout, everything else to stderr in #484
refactorings
- Fixes Json output without errors by @raffaelecarelle in #475
- Removes $stopOnFailure params from Violations class in #476
- Bump csfixer to version 3.75.0 and tweak configuration in #479
- README: Add support for 'gitlab' as an output format by @raffaelecarelle in #482
- Moves catch FailOnFirstViolationException in the Runner class in #483
- Splits FileVisitor::enterNode in smaller methods in #485
- Cleanup and make more consistent Check command in #486
- Create baseline class in #487
- Use Config class to collect several configurations in #488
- simplify init by @fain182 in #288
Full Changelog: 0.5.3...0.5.4