Skip to content

Releases: ZooRoyal/coding-standard

Git branch comparison stabilized

06 Jul 07:51
4fa75a1
Compare
Choose a tag to compare
DEV-2095 alias bug (#21)

* DEV-2095 changes comparison of branches from string to hash

Minor changes to Javascript Coding-Standard

02 Jul 07:47
Compare
Choose a tag to compare

Minor changes to Javascript Coding-Standard

Compatibility to PHPCS 3.3.0 and Bugfixes

12 Jun 12:32
43b9614
Compare
Choose a tag to compare
  • Compatibility to PHPCS. Moved to Generic.PHP.ForbiddenFunctions
  • Ignore parameter for PHPCS did not work with . in path
  • Coding-standard will not use tags to identify local branch anymore

Timeout for NPM-Install increased

01 Jun 12:18
d3c9fbf
Compare
Choose a tag to compare
1.5.3

Timeout for NPM increased

Performance and submodule support

23 May 12:59
4a4240a
Compare
Choose a tag to compare
  • deduping of blacklist entries for performance risons
  • adding directoies with .git files to blacklist to ignore submodules

Small Fixes

22 May 14:02
a79ddb5
Compare
Choose a tag to compare
  • Fixes detection of git submodules
  • Fixes ignore-Pattern of ESLint
  • -t parameter takes a whole commit-ish now
  • fixed searching for commits in own branch

Port all scripts to php

22 May 09:22
ce1d70f
Compare
Choose a tag to compare

Porting all scripts to php for stability and maintainability purpusses. Please note that everything is accessed by vendor/bin/coding-standard now.

Polishing Sniffs regarding comments

26 Apr 09:06
d3264fc
Compare
Choose a tag to compare
  • Fixing sniffs counting @throws annotations. They will only enforce a lower bound for found exceptions
  • Changing DocComment sniff to be more compatible with PHPStorm

Eslint and Stylelint

04 Apr 13:27
Compare
Choose a tag to compare

Eslint and Stylelint were added to the static code analysis tools.

Bugfix Release

12 Mar 12:58
5e98aee
Compare
Choose a tag to compare

Fixed Bug:

DEV-2079 - Local Branch could not be found if checked out commit is detached