Add tests for MagicNumber:ignoreLocalVariableDeclaration#2125
Merged
3flex merged 1 commit intodetekt:masterfrom Nov 26, 2019
schalkms:MagicNumber_ignoreLocalVariableDeclaration-tests
Merged
Add tests for MagicNumber:ignoreLocalVariableDeclaration#21253flex merged 1 commit intodetekt:masterfrom schalkms:MagicNumber_ignoreLocalVariableDeclaration-tests
3flex merged 1 commit intodetekt:masterfrom
schalkms:MagicNumber_ignoreLocalVariableDeclaration-tests
Conversation
This commit adds test cases for the missing config option, which was added in PR #2123.
Codecov Report
@@ Coverage Diff @@
## master #2125 +/- ##
=========================================
Coverage 80.62% 80.62%
Complexity 2015 2015
=========================================
Files 336 336
Lines 5802 5802
Branches 1057 1057
=========================================
Hits 4678 4678
Misses 563 563
Partials 561 561Continue to review full report at Codecov.
|
3flex
approved these changes
Nov 26, 2019
arturbosch
pushed a commit
that referenced
this pull request
Dec 5, 2019
This commit adds test cases for the missing config option, which was added in PR #2123.
smyachenkov
pushed a commit
to smyachenkov/detekt
that referenced
this pull request
Dec 9, 2019
This commit adds test cases for the missing config option, which was added in PR detekt#2123.
smyachenkov
pushed a commit
to smyachenkov/detekt
that referenced
this pull request
Dec 9, 2019
This commit adds test cases for the missing config option, which was added in PR detekt#2123.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds test cases for the missing config option, which was
added in PR #2123.