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

Remove print statement in MandatoryBracesLoops #2664

Merged
merged 1 commit into from
May 9, 2020

Conversation

schalkms
Copy link
Member

@schalkms schalkms commented May 9, 2020

This spams the console and shouldn't be used in productive code.
Thus, I removed the unnecessary statement altogether.

This spams the console and shouldn't be used in productive code.
Thus, I removed the unnecessary statement altogether.
@codecov
Copy link

codecov bot commented May 9, 2020

Codecov Report

Merging #2664 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2664      +/-   ##
============================================
+ Coverage     79.97%   79.98%   +0.01%     
  Complexity     2303     2303              
============================================
  Files           380      380              
  Lines          6771     6770       -1     
  Branches       1225     1224       -1     
============================================
  Hits           5415     5415              
  Misses          740      740              
+ Partials        616      615       -1     
Impacted Files Coverage Δ Complexity Δ
...etekt/rules/style/optional/MandatoryBracesLoops.kt 75.00% <ø> (+5.76%) 11.00 <0.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 1288153...22d1939. Read the comment docs.

@BraisGabin BraisGabin merged commit 499b401 into master May 9, 2020
@BraisGabin BraisGabin deleted the schalkms-patch-MandatoryBracesLoops-2 branch May 9, 2020 11:55
@arturbosch arturbosch added this to the 1.8.1 milestone May 10, 2020
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.

3 participants