Skip to content

Releases: Submitty/submitty-php-codesniffer

v2.1.0

30 Sep 01:50
Compare
Choose a tag to compare

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

29 Sep 17:14
Compare
Choose a tag to compare

Fixes

  • Move pcov/clobber to be a require-dev dependency.

v2.0.0

29 Sep 14:42
Compare
Choose a tag to compare

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

31 Aug 18:19
Compare
Choose a tag to compare

FEATURE / ENHANCEMENT

  • add bunch of rules from slevomat/coding-standard

v1.0.1

13 Jun 15:33
7b2584e
Compare
Choose a tag to compare
  • Fix the composer.json type to be phpcodesniffer-standard to work properly with dealerdirect/phpcodesniffer-composer-installer

v1.0.0

13 Jun 01:37
cb6908a
Compare
Choose a tag to compare
  • Initial Release