Releases: ZooRoyal/coding-standard
Releases · ZooRoyal/coding-standard
Target autodetection, all tools command, core hack detection
-
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
- Removing AjaxNullComparison Sniff because of errors
Update ESLint eqeqeq rule
The "smart" option enforces the use of === and !== except for these cases:
Comparing two literal values
Evaluating the value of typeof
Comparing against null
Rule Update for Stylelint
Remove "selector-pseudo-element-colon-notation": "single" from stylelint coding-standard
ESLint rules amendment
- Allow var decalaration inside for, forin and forof
Small fixes for NPM Warnings
- Less warnings during installation regarding NPM package.json missing fields
PHPCS ruleset update
- Removed another double check. This time for empty catch-statements.
Yet another code rules change
- Removed double check for cyclomatic complexity
More rule modifications
- Remove double check for cyclomatic complexity.
ESLint rules
ESLint rules
- Allow variable declaration in for statements
- Wrap-iife inside