v0.9.0
Changelog
498dedd Merge pull request #14 from bvobart/git-improvements
29a0a42 setools: git: fixes MakeGitInfo remote URL test on CI
12832b6 linters: ci/use
now checks for CI configurations at the Git root of the given project, fixing false negative on this rule when analysing project in subfolder of a monorepo. Implements git.GetGitRoot() to retrieve the root of the Git repo. Refactors the CI linter's tests to be based on files generated in a temp dir, rather than in this repo.
addf81b Adds Git information to report, i.e. URL of remote, current commit hash & branch and whether folder currently has changes relative to HEAD
0f08641 linters: version-control/code/git-no-big-files
now checks the entire Git history for large files instead of just the current revision.
55e74b6 commands: when specifying -o
with a path where its folder doesn't exist yet, create it
Docker images
docker pull bvobart/mllint:latest-py3.8
docker pull bvobart/mllint:0.9.0-py3.8
docker pull bvobart/mllint:latest
docker pull bvobart/mllint:0.9.0
docker pull bvobart/mllint:latest-py3.9
docker pull bvobart/mllint:0.9.0-py3.9
docker pull bvobart/mllint:latest-py3.6
docker pull bvobart/mllint:0.9.0-py3.6
docker pull bvobart/mllint:latest-py3.7
docker pull bvobart/mllint:0.9.0-py3.7