Releases: InteractionDesignFoundation/coding-standard
Releases · InteractionDesignFoundation/coding-standard
0.2.3
What's changed:
- Remove
Generic.Metrics.CyclomaticComplexity(Cognitive Complexity is already used instead, see more) @alies-dev
Full Changelog: 0.2.2...0.2.3
0.2.2
What's changed:
- Remove a duplicated
SlevomatCodingStandard.Files.FunctionLength@alies-dev
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Enforce using 1 empty line between different import types
linesCountBetweenUseTypesto avoid conflicts withblank_line_between_import_groupsPHP-CS-Fixer rule and follow PER Coding Style 2.0 @alies-dev - Update actions/cache action to v4 by @renovate in #13
- Bump dependencies @alies-dev
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Update dependencies (slevomat/coding-standard, php 8.2)
Full Changelog: 0.1.1...0.2.0
0.1.1
0.1.0
0.0.5
What's Changed
- Fix ruleset XML by @szepeviktor in #7
- Add ruleset validator workflow by @szepeviktor in #1
- Move ideas to GitHub issues by @szepeviktor in #6
- Remove duplicate not MeaningfulVariableName by @szepeviktor in #4
- Fix type in MeaningfulVariableNameSniff by @szepeviktor in #3
New Contributors
- @szepeviktor made their first contribution in #6
Full Changelog: 0.0.4...0.0.5
0.0.4
What's changed
- Fix
IxDFCodingStandard.Files.BemCasedFilename.InvalidCharactersfor non-blade files - Check coding-style on CI
Full Changelog: 0.0.3...0.0.4
0.0.3
What's changed:
- Remove rules that requires customisation by default
- Use Psalm
Full Changelog: 0.0.2...0.0.3
0.0.2
Fixes:
- Fix a path to look for blade views (use relation one from vendor dir)
- Exclude
Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps(to Eloquent attributes)
Full Changelog: 0.0.1...0.0.2