HaxeCheckstyle / haxe-checkstyle

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

fixed Haxe nightly compile errors #505

Closed AlexHaxe closed 3 years ago

AlexHaxe commented 3 years ago

updated to Haxe 4.1.5

codecov[bot] commented 3 years ago

Codecov Report

Merging #505 (ea063a2) into dev (89b00f2) will decrease coverage by 5.46%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #505      +/-   ##
==========================================
- Coverage   94.55%   89.09%   -5.47%     
==========================================
  Files         106      106              
  Lines        7223     7223              
  Branches      920      920              
==========================================
- Hits         6830     6435     -395     
- Misses        358      396      +38     
- Partials       35      392     +357     
Impacted Files Coverage Δ
...style/checks/whitespace/ExtendedEmptyLinesCheck.hx 88.38% <ø> (-9.06%) :arrow_down:
...eckstyle/checks/whitespace/WhitespaceAfterCheck.hx 53.40% <0.00%> (-46.60%) :arrow_down:
.../checkstyle/checks/whitespace/OperatorWrapCheck.hx 60.21% <0.00%> (-39.79%) :arrow_down:
src/checkstyle/utils/ArrayUtils.hx 0.00% <0.00%> (-16.67%) :arrow_down:
src/checkstyle/checks/literal/ERegLiteralCheck.hx 83.33% <0.00%> (-16.67%) :arrow_down:
.../checkstyle/checks/modifier/PublicAccessorCheck.hx 83.33% <0.00%> (-16.67%) :arrow_down:
...ckstyle/checks/coding/AvoidTernaryOperatorCheck.hx 84.61% <0.00%> (-15.39%) :arrow_down:
...ckstyle/checks/whitespace/WhitespaceAroundCheck.hx 86.61% <0.00%> (-13.39%) :arrow_down:
...checkstyle/checks/whitespace/SeparatorWrapCheck.hx 87.50% <0.00%> (-12.50%) :arrow_down:
src/checkstyle/utils/ComplexTypeUtils.hx 0.00% <0.00%> (-12.05%) :arrow_down:
... and 60 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 89b00f2...ea063a2. Read the comment docs.