Use annotations to configure rules in detekt-rules-exceptions#3798
Use annotations to configure rules in detekt-rules-exceptions#3798BraisGabin merged 1 commit intodetekt:mainfrom
Conversation
| - NumberFormatException | ||
| - ParseException | ||
| - MalformedURLException | ||
| ignoredExceptionTypes: ['NumberFormatException', 'InterruptedException', 'ParseException', 'MalformedURLException'] |
There was a problem hiding this comment.
I realize this is a problem for git diffs. It is already adressed in #3671
There was a problem hiding this comment.
I agree with @3flex in that issue, use multiline in all of them.
There was a problem hiding this comment.
Are you following up to multiline in a separate PR?
There was a problem hiding this comment.
Yes I am working on a fix for the mutliline issue.
Codecov Report
@@ Coverage Diff @@
## main #3798 +/- ##
============================================
- Coverage 83.41% 83.30% -0.11%
+ Complexity 2902 2900 -2
============================================
Files 453 453
Lines 8741 8735 -6
Branches 1664 1665 +1
============================================
- Hits 7291 7277 -14
- Misses 550 558 +8
Partials 900 900
Continue to review full report at Codecov.
|
| - NumberFormatException | ||
| - ParseException | ||
| - MalformedURLException | ||
| ignoredExceptionTypes: ['NumberFormatException', 'InterruptedException', 'ParseException', 'MalformedURLException'] |
There was a problem hiding this comment.
I agree with @3flex in that issue, use multiline in all of them.
| - NumberFormatException | ||
| - ParseException | ||
| - MalformedURLException | ||
| ignoredExceptionTypes: ['NumberFormatException', 'InterruptedException', 'ParseException', 'MalformedURLException'] |
There was a problem hiding this comment.
Are you following up to multiline in a separate PR?
This belongs to #3670 and replaces all configuration kdoc tags with annotations.