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

Generic Function Removes Return Type T #1017

Merged
merged 7 commits into from
Aug 2, 2021

Conversation

Cheshiriks
Copy link
Member

@Cheshiriks Cheshiriks commented Jul 30, 2021

What's done:

@Cheshiriks Cheshiriks requested a review from petertrr July 30, 2021 13:52
@Cheshiriks Cheshiriks force-pushed the bugfix/dont_remove_return_type branch from 21d073b to 9b1da63 Compare July 30, 2021 14:11
### What's done:
* fixed bug in WRONG_NEWLINES
* now don't remove return type
Closes #965
@Cheshiriks Cheshiriks force-pushed the bugfix/dont_remove_return_type branch from 9b1da63 to af42cfb Compare July 30, 2021 14:23
@codecov
Copy link

codecov bot commented Jul 30, 2021

Codecov Report

Merging #1017 (db79f85) into master (841ef74) will decrease coverage by 0.04%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1017      +/-   ##
============================================
- Coverage     83.82%   83.77%   -0.05%     
  Complexity     2419     2419              
============================================
  Files           102      102              
  Lines          6107     6107              
  Branches       1809     1808       -1     
============================================
- Hits           5119     5116       -3     
- Misses          268      273       +5     
+ Partials        720      718       -2     
Flag Coverage Δ
unittests 83.77% <83.33%> (-0.05%) ⬇️

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

Impacted Files Coverage Δ
...iktat/ruleset/rules/chapter3/files/NewlinesRule.kt 77.31% <83.33%> (-1.04%) ⬇️

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 841ef74...db79f85. Read the comment docs.

### What's done:
* fixed bug in WRONG_NEWLINES
* now don't remove return type
Closes #965
### What's done:
* fixed bug in WRONG_NEWLINES
* now don't remove return type
Closes #965
### What's done:
* fixed bug in WRONG_NEWLINES
* now don't remove return type
Closes #965
### What's done:
* fixed bug in WRONG_NEWLINES
* now don't remove return type
Closes #965
@petertrr petertrr merged commit 88f5d64 into master Aug 2, 2021
@petertrr petertrr deleted the bugfix/dont_remove_return_type branch August 2, 2021 15:01
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.

Generic Function Removes Return Type T
2 participants