Releases: dozer111/projectlinter-core
Releases · dozer111/projectlinter-core
1.1.0
- (DX) 💥 get rid the idea of "separate modules". It is very hard to interact with it. Try to simplify and remove it
Dependency
-
(feat) 🎉 add support js npm pull request
-
(feat) extend example block. Add new field "description" pull request
-
(chore) add json-schema autodetect in full-example files. pull request
-
(bug) fix golang bump/substitute rules. Now they are checking only direct dependencies pull request
Golang
- (chore) extend dependency struct. Now it has also method
IsIndirect() bool
PHP
improved rules
- composer: improve rule "section is correct": issue
- composer: improve rule "section exists"
- composer: improve rule "section is absent"
- composer: ⚠ refactor rule "dependencies constaints are valid"
parser
I plan to refactor all the project to the similar idea as in https://golangci-lint.run/ . I mean - to make a single linter, configured by yaml config, and no additional separate own cli tool