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

Rule for typeAlias name #839

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Rule for typeAlias name #839

merged 2 commits into from
Apr 23, 2021

Conversation

Cheshiriks
Copy link
Member

What's done:

  • add typeAlias name check

close #823

@codecov
Copy link

codecov bot commented Apr 23, 2021

Codecov Report

Merging #839 (c0b9928) into master (d8aafa4) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #839      +/-   ##
============================================
+ Coverage     80.98%   81.01%   +0.02%     
- Complexity     2289     2292       +3     
============================================
  Files           100      100              
  Lines          5833     5840       +7     
  Branches       1813     1815       +2     
============================================
+ Hits           4724     4731       +7     
  Misses          286      286              
  Partials        823      823              
Flag Coverage Δ Complexity Δ
unittests 81.01% <100.00%> (+0.02%) 2292.00 <2.00> (+3.00)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...tlin/org/cqfn/diktat/ruleset/constants/Warnings.kt 97.93% <100.00%> (+0.01%) 12.00 <0.00> (ø)
.../diktat/ruleset/rules/chapter1/IdentifierNaming.kt 82.20% <100.00%> (+0.67%) 91.00 <2.00> (+3.00)

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 d8aafa4...c0b9928. Read the comment docs.

### What's done:
* add typeAlias name check
@Cheshiriks Cheshiriks force-pushed the bugfix/typealiases_pascalase branch from ec20442 to fd6987e Compare April 23, 2021 08:48
### What's done:
* add typeAlias name check
@Cheshiriks Cheshiriks merged commit 8564277 into master Apr 23, 2021
@petertrr petertrr deleted the bugfix/typealiases_pascalase branch July 1, 2021 13:39
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.

Typealiases should be named in PascalCase
2 participants