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:
Dmitry Jemerov
2017-06-13 19:45:39 +02:00
parent b0c82aac6a
commit 52cfec5bc1

View File

@@ -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"
)
}