Releases: InteractionDesignFoundation/coding-standard
Releases · InteractionDesignFoundation/coding-standard
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.InvalidCharacters
for 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