Implement ignoreAnnotated suppressor like detekt #1315
Labels
enhancement
New feature or request
epic
Major feature, could be decomposed into smaller tasks
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
There are a lot of false positive findings regarding Jetpack Compose. Detekt handles this gently with a
ignoreAnnotated
suppressor. It's a List of Strings. Code that is annotated with an annotation of this list is ignored.This would come really handy for following rules:
TOO_MANY_PARAMETERS
LAMBDA_IS_NOT_LAST_PARAMETER
TOO_LONG_FUNCTION
FUNCTION_NAME_INCORRECT_CASE
VARIABLE_NAME_INCORRECT_FORMAT
MISSING_KDOC_ON_FUNCTION
The text was updated successfully, but these errors were encountered: