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

Type alias wrong trigger #319

Merged
merged 4 commits into from
Sep 24, 2020
Merged

Type alias wrong trigger #319

merged 4 commits into from
Sep 24, 2020

Conversation

kentr0w
Copy link
Collaborator

@kentr0w kentr0w commented Sep 23, 2020

What's done:

Added checker for property and fun
closes #317

### What's done:
   Added checker for property and fun
@kentr0w kentr0w added the bug Something isn't working label Sep 23, 2020
### What's done:
   Fixed checker
   Added tests
@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #319 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #319   +/-   ##
=========================================
  Coverage     82.23%   82.23%           
- Complexity      987      990    +3     
=========================================
  Files            50       50           
  Lines          2544     2544           
  Branches        803      803           
=========================================
  Hits           2092     2092           
  Misses          169      169           
  Partials        283      283           
Flag Coverage Δ Complexity Δ
#unittests 82.23% <100.00%> (ø) 990.00 <0.00> (+3.00)

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

Impacted Files Coverage Δ Complexity Δ
...lin/org/cqfn/diktat/ruleset/rules/TypeAliasRule.kt 80.00% <100.00%> (ø) 10.00 <0.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 a2447f2...3bbc3fb. Read the comment docs.

### What's done:
   Added exclusions
@kentr0w kentr0w merged commit d078abc into master Sep 24, 2020
@kentr0w kentr0w deleted the bugfix/type-alias-wrong-trigger branch September 24, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False-positive in TYPE_ALIAS inspection
2 participants