HaxeCheckstyle / haxe-checkstyle

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

fixed MagicNumber check to support numeric separators and suffixes #515

Closed AlexHaxe closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #515 (d198171) into dev (e3827c5) will increase coverage by 0.05%. The diff coverage is 72.22%.

@@            Coverage Diff             @@
##              dev     #515      +/-   ##
==========================================
+ Coverage   89.13%   89.18%   +0.05%     
==========================================
  Files         107      107              
  Lines        7379     7381       +2     
  Branches      825      827       +2     
==========================================
+ Hits         6577     6583       +6     
+ Misses        802      798       -4     
Impacted Files Coverage Δ
src/checkstyle/checks/coding/HiddenFieldCheck.hx 94.07% <0.00%> (ø)
...c/checkstyle/checks/whitespace/ListOfEmptyLines.hx 93.27% <0.00%> (ø)
src/checkstyle/checks/Check.hx 80.41% <50.00%> (ø)
src/checkstyle/checks/block/LeftCurlyCheck.hx 92.05% <100.00%> (ø)
src/checkstyle/checks/block/RightCurlyCheck.hx 97.32% <100.00%> (ø)
src/checkstyle/checks/coding/MagicNumberCheck.hx 95.16% <100.00%> (+5.16%) :arrow_up:
src/checkstyle/utils/ExprUtils.hx 82.19% <0.00%> (+0.52%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.