Skip to content

1.1.0

Latest

Choose a tag to compare

@dozer111 dozer111 released this 02 Jul 05:25
  • (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

  • become to parse section "config.bump-after-update"

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