Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added more checks for automatic coding style detection #414

Merged
merged 5 commits into from
May 10, 2018

Conversation

AlexHaxe
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented May 10, 2018

Codecov Report

Merging #414 into dev will increase coverage by 0.43%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #414      +/-   ##
==========================================
+ Coverage   90.79%   91.22%   +0.43%     
==========================================
  Files         124      124              
  Lines        8492     8740     +248     
  Branches      327      321       -6     
==========================================
+ Hits         7710     7973     +263     
+ Misses        497      485      -12     
+ Partials      285      282       -3
Impacted Files Coverage Δ
src/checkstyle/checks/size/LineLengthCheck.hx 97.22% <100%> (+0.67%) ⬆️
src/checkstyle/checks/size/ParameterNumberCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/type/AnonymousCheck.hx 98.11% <100%> (+0.28%) ⬆️
...c/checkstyle/checks/whitespace/IndentationCheck.hx 96.35% <100%> (ø) ⬆️
src/checkstyle/checks/type/DynamicCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/whitespace/SpacingCheck.hx 98.62% <100%> (+0.31%) ⬆️
src/checkstyle/checks/size/MethodLengthCheck.hx 88.5% <100%> (+1.66%) ⬆️
...rc/checkstyle/checks/literal/StringLiteralCheck.hx 97.1% <100%> (+0.54%) ⬆️
...tyle/checks/whitespace/SeparatorWhitespaceCheck.hx 100% <100%> (+4.76%) ⬆️
...style/checks/whitespace/OperatorWhitespaceCheck.hx 95.83% <100%> (+1.03%) ⬆️
... and 11 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 fdeb52a...68d5818. Read the comment docs.

@AlexHaxe AlexHaxe merged commit 7b3d12e into HaxeCheckstyle:dev May 10, 2018
@AlexHaxe AlexHaxe deleted the more_detect branch May 10, 2018 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants