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

expect/actual removing abstract modifier #1011

Merged
merged 4 commits into from
Jul 30, 2021

Conversation

Cheshiriks
Copy link
Member

What's done:

@Cheshiriks Cheshiriks requested a review from petertrr July 29, 2021 14:50
@Cheshiriks Cheshiriks force-pushed the bugfix/abstract-modifier-rule branch from 53fcd7c to 82dab7f Compare July 29, 2021 14:52
@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #1011 (11f02e6) into master (8b4823a) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1011      +/-   ##
============================================
+ Coverage     83.76%   83.81%   +0.04%     
  Complexity     2427     2427              
============================================
  Files           102      102              
  Lines          6111     6103       -8     
  Branches       1810     1806       -4     
============================================
- Hits           5119     5115       -4     
+ Misses          269      268       -1     
+ Partials        723      720       -3     
Flag Coverage Δ
unittests 83.81% <100.00%> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
...eset/rules/chapter6/classes/AbstractClassesRule.kt 94.11% <100.00%> (+14.11%) ⬆️

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 8b4823a...11f02e6. Read the comment docs.

### What's done:
* fixed bug in CLASS_SHOULD_NOT_BE_ABSTRACT
* now replace abstract modifier on open modifier
Closes #1001
@Cheshiriks Cheshiriks force-pushed the bugfix/abstract-modifier-rule branch from 82dab7f to 8c42335 Compare July 29, 2021 15:04
### What's done:
* fixed bug in CLASS_SHOULD_NOT_BE_ABSTRACT
* now replace abstract modifier on open modifier
Closes #1001
### What's done:
* fixed bug in CLASS_SHOULD_NOT_BE_ABSTRACT
* now replace abstract modifier on open modifier
Closes #1001
Copy link
Member

@petertrr petertrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also update docs on this rule

### What's done:
* fixed bug in CLASS_SHOULD_NOT_BE_ABSTRACT
* now replace abstract modifier on open modifier
Closes #1001
@Cheshiriks Cheshiriks merged commit da86140 into master Jul 30, 2021
@Cheshiriks Cheshiriks deleted the bugfix/abstract-modifier-rule branch July 30, 2021 10:07
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.

expect/actual removing abstract modifier
2 participants