mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-01 15:51:52 +00:00
Add actions for toggling type hints to list of irrelevant actions
They are available in many tests and only starting with the 172 branch, so we ignore them to reduce clutter and branch divergence.
This commit is contained in:
@@ -76,6 +76,11 @@ object DirectiveBasedActionUtils {
|
||||
"Suppress all ",
|
||||
"Edit cleanup profile settings",
|
||||
"Fix all '",
|
||||
"Cleanup code"
|
||||
"Cleanup code",
|
||||
"Show local variable type hints",
|
||||
"Show function return type hints",
|
||||
"Show property type hints",
|
||||
"Show parameter type hints",
|
||||
"Show argument name hints"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user