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

Fix #198 -- Allow using Django settings for linter configuration #199

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

David-Wobrock
Copy link
Collaborator

Fixes #198

@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2022

Codecov Report

Merging #199 (7077c70) into main (80b5c1d) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
+ Coverage   93.50%   93.54%   +0.04%     
==========================================
  Files          79       79              
  Lines        1770     1782      +12     
==========================================
+ Hits         1655     1667      +12     
  Misses        115      115              
Impacted Files Coverage Δ
...ation_linter/management/commands/lintmigrations.py 90.10% <100.00%> (+1.08%) ⬆️
tests/functional/test_lintmigrations_command.py 100.00% <100.00%> (ø)

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 80b5c1d...7077c70. Read the comment docs.

@David-Wobrock David-Wobrock force-pushed the django-settings-options branch from df846a0 to 7077c70 Compare February 12, 2022 09:28
@David-Wobrock David-Wobrock merged commit 4fa6a33 into main Feb 15, 2022
@David-Wobrock David-Wobrock deleted the django-settings-options branch February 15, 2022 18:22
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.

Allow configuration parameters to be read from settings.py
2 participants