Tags: kranack/lint-tool
Tags
Version 0.2.0 ### Added - No-local option for lint command. Can be used to skip all local PHP binaries for linting targeted files - Full option for lint command. Can be used to force using all PHP binaries (even if another similar version has already been used) - New test file for `OS` class ### Changed - Require file now search for parent directory containing the composer.json - The lint command now filters PHP binaries comparing their versions (skip similar versions). This behaviour can be overrided by the `full` option - All the Scanner types are now stored in a class `Scanner_Type` in order to be used outside the `Environment` class - Update README with all missing options for the `lint` command