mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
ignore 'Add "use strict" pragma' intention in sanity tests for now (IDEA-187427)
This commit is contained in:
@@ -37,6 +37,7 @@ class JavaIntentionPolicy extends IntentionPolicy {
|
||||
actionText.startsWith("Change class type parameter") || // doesn't change file text (starts live template)
|
||||
actionText.startsWith("Rename reference") || // doesn't change file text (starts live template)
|
||||
actionText.equals("Remove") || // IDEA-177220
|
||||
actionText.equals("Add \"use strict\" pragma") || // IDEA-187427
|
||||
super.shouldSkipIntention(actionText);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user