Skip to content

Releases: ZooRoyal/coding-standard

Target autodetection, all tools command, core hack detection

25 Apr 08:42
a1721bf
Compare
Choose a tag to compare
  • Implementing the 'all' command to run all SCA tools. (#31)

    • Hardening against injection by branch name
    • Composer.json updated
    • No more PHP 5
    • Removed phpcodesniffer-composer-installer
    • More Type Hinting
    • Some Code-Style synchronization
  • Implemented core hack detection tool (#44)

    • checks:forbidden-changes
    • autodetection of target branch by new -a parameter
    • Syncronize coding-style
  • Update README.md

Removing AjaxNullComparison Sniff

02 Jan 10:33
4a7e36c
Compare
Choose a tag to compare
  • Removing AjaxNullComparison Sniff because of errors

Update ESLint eqeqeq rule

20 Dec 15:16
6358718
Compare
Choose a tag to compare

The "smart" option enforces the use of === and !== except for these cases:

Comparing two literal values
Evaluating the value of typeof
Comparing against null

https://eslint.org/docs/rules/eqeqeq#smart

Rule Update for Stylelint

04 Dec 12:35
Compare
Choose a tag to compare

Remove "selector-pseudo-element-colon-notation": "single" from stylelint coding-standard

ESLint rules amendment

28 Aug 07:47
Compare
Choose a tag to compare
  • Allow var decalaration inside for, forin and forof

Small fixes for NPM Warnings

30 Jul 08:58
35b83ff
Compare
Choose a tag to compare
  • Less warnings during installation regarding NPM package.json missing fields

PHPCS ruleset update

25 Jul 12:24
e4e58d4
Compare
Choose a tag to compare
  • Removed another double check. This time for empty catch-statements.

Yet another code rules change

23 Jul 07:36
Compare
Choose a tag to compare
  • Removed double check for cyclomatic complexity

More rule modifications

20 Jul 09:38
Compare
Choose a tag to compare
  • Remove double check for cyclomatic complexity.

ESLint rules

19 Jul 15:00
Compare
Choose a tag to compare

ESLint rules

  • Allow variable declaration in for statements
  • Wrap-iife inside