Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify peer dependencies and build Docker images #13

Merged
merged 4 commits into from
May 26, 2021

Conversation

bvobart
Copy link
Owner

@bvobart bvobart commented May 26, 2021

Hopefully, when this is merged and a tag is created for this, then Docker images for mllint will be published to bvobart/mllint on Docker Hub.

Also, it is now possible to do pip install mllint[tools] to install mllint along with all of the Python tools that it uses for its analysis. These are not actual dependencies of mllint, since mllint can run without them and not every project needs them, so they're optional dependencies. Additionally, we want users of mllint to place these dependencies in their own project by themselves. Sadly, the Python ecosystem doesn't have peerDependencies like NPM packages have, so optional dependencies is the best we can do.

bvobart added 3 commits May 26, 2021 13:16
…nt`'s analyses. Can be installed with `pip install mllint[tools]` when released
… and publish `mllint` Docker images for Python 3.6, 3.7, 3.8 and 3.9
@bvobart bvobart self-assigned this May 26, 2021
…rs and describe / config also matching on partial rule slugs
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2021

Codecov Report

Merging #13 (01e6e83) into main (96e85e7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #13   +/-   ##
=======================================
  Coverage   86.96%   86.96%           
=======================================
  Files          42       42           
  Lines         790      790           
=======================================
  Hits          687      687           
  Misses         71       71           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96e85e7...01e6e83. Read the comment docs.

@bvobart bvobart merged commit 4269be9 into main May 26, 2021
@bvobart bvobart deleted the docker-and-peer-deps branch May 26, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants