Tadaboody / good_smell

A linting/refactoring library for python best practices and lesser-known tricks
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Don't transform ast in linting plugin #66

Closed Tadaboody closed 4 years ago

Tadaboody commented 4 years ago

Fixes #64

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will decrease coverage by 0.66%. The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   93.77%   93.11%   -0.67%     
==========================================
  Files          10       10              
  Lines         209      218       +9     
  Branches       12       14       +2     
==========================================
+ Hits          196      203       +7     
- Misses         13       14       +1     
- Partials        0        1       +1     
Impacted Files Coverage Δ
good_smell/flake8_ext.py 50.00% <50.00%> (ø)
good_smell/main.py 66.66% <50.00%> (ø)
good_smell/ast_smell.py 92.85% <84.61%> (-7.15%) :arrow_down:
good_smell/lint_smell.py 100.00% <100.00%> (ø)
good_smell/smells/nested_for.py 96.87% <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 c15c3c9...d49ec19. Read the comment docs.