HaxeCheckstyle / haxe-checkstyle

Haxe Checkstyle
http://haxecheckstyle.github.io/docs
MIT License
124 stars 27 forks source link

Fixed object decl handling in RightCurly #497

Closed AlexHaxe closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #497 into dev will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##            dev   #497      +/-   ##
======================================
- Coverage    95%    95%   -0.01%     
======================================
  Files       106    106              
  Lines      6789   6788       -1     
  Branches    915    916       +1     
======================================
- Hits       6450   6449       -1     
  Misses      339    339
Impacted Files Coverage Δ
src/checkstyle/checks/block/RightCurlyCheck.hx 98.88% <100%> (-0.01%) :arrow_down:
src/checkstyle/utils/ArrayUtils.hx 50% <0%> (ø) :arrow_up:
...eckstyle/checks/whitespace/WhitespaceAfterCheck.hx 100% <0%> (ø) :arrow_up:
.../checkstyle/checks/whitespace/OperatorWrapCheck.hx 100% <0%> (ø) :arrow_up:
src/checkstyle/checks/literal/ERegLiteralCheck.hx 100% <0%> (ø) :arrow_up:
src/checkstyle/utils/StringUtils.hx 100% <0%> (ø) :arrow_up:
.../checkstyle/checks/modifier/PublicAccessorCheck.hx 100% <0%> (ø) :arrow_up:
...ckstyle/checks/coding/AvoidTernaryOperatorCheck.hx 100% <0%> (ø) :arrow_up:
...ckstyle/checks/whitespace/WhitespaceAroundCheck.hx 100% <0%> (ø) :arrow_up:
...checkstyle/checks/whitespace/SeparatorWrapCheck.hx 100% <0%> (ø) :arrow_up:
... and 65 more

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 e143a8b...c8fe047. Read the comment docs.