TouK / sputnik

Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
Apache License 2.0
200 stars 118 forks source link

Extend ESLint functionality #217

Closed Tomtomgo closed 4 years ago

Tomtomgo commented 4 years ago

Closes #216.

codecov-io commented 4 years ago

Codecov Report

Merging #217 into master will decrease coverage by 0.19%. The diff coverage is 25%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #217     +/-   ##
===========================================
- Coverage     73.45%   73.25%   -0.2%     
  Complexity      612      612             
===========================================
  Files           146      146             
  Lines          1955     1963      +8     
  Branches        127      128      +1     
===========================================
+ Hits           1436     1438      +2     
- Misses          462      468      +6     
  Partials         57       57
Impacted Files Coverage Δ Complexity Δ
.../touk/sputnik/processor/eslint/ESLintExecutor.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...touk/sputnik/processor/eslint/ESLintProcessor.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...a/pl/touk/sputnik/configuration/GeneralOption.java 98.41% <100%> (+0.05%) 3 <0> (ø) :arrow_down:
...k/sputnik/processor/eslint/ESLintResultParser.java 73.68% <100%> (ø) 5 <0> (ø) :arrow_down:

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 ba7bce3...94a8470. Read the comment docs.

SpOOnman commented 4 years ago

Looks fine to me! I can release it tomorrow, though.