codingjoe / relint

Write your own linting rules using regular expressions.
MIT License
57 stars 12 forks source link

fail warnings #19

Closed codingjoe closed 2 years ago

codingjoe commented 2 years ago
codingjoe commented 2 years ago

cc @amureki

codecov[bot] commented 2 years ago

Codecov Report

Merging #19 (7282dda) into master (bbcf172) will increase coverage by 0.23%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   93.57%   93.81%   +0.23%     
==========================================
  Files           1        3       +2     
  Lines         109      194      +85     
==========================================
+ Hits          102      182      +80     
- Misses          7       12       +5     
Impacted Files Coverage Δ
relint.py 93.63% <100.00%> (+0.05%) :arrow_up:
test_relint.py 96.34% <100.00%> (ø)
setup.py 0.00% <0.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 7c84f01...7282dda. Read the comment docs.