v0.11.0
Changelog
a06595c Adds a message to mllint's run
command asking users whether they would be so kind to fill in a feedback survey about mllint
b5d637c Replaces deprecated use_buildx: true
with use: buildx
in GoReleaser config
a8d04f1 Merge pull request #25 from bvobart/custom-linter
093df9e Updates ReadMe with information about custom linting rules
100be2f Makes custom rules show up in mllint list all
and allows custom rules to be disabled with through the config as though they are normal rules.
2648009 Adds TOML example of custom rule definition to custom
category description
117ca38 Adds a description for the custom
category, outlining how to create custom linting rules
f839d21 Makes it possible to use mllint describe
with custom rules from the configuration in the current directory
12f7ee8 Adds the custom
category and enables the Custom linter
9e37ff5 Implements option in linter test framework to run the tests with an mllint.Runner, implements custom linter running its custom rules on the runner
e4ebce6 Implements a linter with tests to run custom rules, expecting a JSON / YAML formatted response as output from the rule's run
command
bdbfb6d Implements config structure for custom rule definitions, adds api method to make api.Rule definition from config.CustomRule
5aa8e36 Fixes coverage reports on CodeCov by only including the coverage.txt generated by the tests
f8e5ca9 Fixes CodeCov configuration to ignore test coverage files in linters/testing/test-resources
967df03 Adds Go package documentation badge to ReadMe
Docker images
docker pull bvobart/mllint:latest-py3.8
docker pull bvobart/mllint:0.11.0-py3.8
docker pull bvobart/mllint:0.11.0
docker pull bvobart/mllint:latest-py3.9
docker pull bvobart/mllint:0.11.0-py3.9
docker pull bvobart/mllint:latest-py3.7
docker pull bvobart/mllint:0.11.0-py3.7
docker pull bvobart/mllint:latest-py3.6
docker pull bvobart/mllint:0.11.0-py3.6