Releases: Submitty/submitty-php-codesniffer
Releases · Submitty/submitty-php-codesniffer
v2.1.0
Features
- Adds new NamespaceSniff to detect if the folder location (e.g.
foo/bar/baz/
) matches the namespace (e.g.foo\bar\baz
)
v2.0.1
Fixes
- Move
pcov/clobber
to be arequire-dev
dependency.
v2.0.0
Breaking
- Adds PSR-12 to style checking
- Remove
SlevomatCodingStandard.TypeHints.DeclareStrictTypes
in favor of PSR-12 rule
Testing
- Add CodeSniffer to run over
Submitty/tests
directory (was ignored previously) - Replace coveralls with codecov
v1.1.0
FEATURE / ENHANCEMENT
- add bunch of rules from slevomat/coding-standard
v1.0.1
- Fix the composer.json
type
to bephpcodesniffer-standard
to work properly withdealerdirect/phpcodesniffer-composer-installer
v1.0.0
- Initial Release