mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IDEA-344208 Make the MyIconClassFileChecker failure message more clear
GitOrigin-RevId: d9fcbe7394a5e489dc1f74998a1e1dfad201168f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9adae2affe
commit
6a36c88b3f
@@ -227,7 +227,9 @@ private class MyIconClassFileChecker(private val projectHome: Path, private val
|
||||
generator.getModifiedClasses().forEach { (module, file, details) ->
|
||||
failures.add(FailedTest(module, "icon class file should be regenerated using " +
|
||||
"\"Icons processing | Generate icon classes\" run configuration, " +
|
||||
"or new icons be ignored via 'icon-robots.txt'", file, details))
|
||||
"or make these files ignored by adding them into 'icon-robots.txt' file. " +
|
||||
"You can create the new file or add the icons into the existing one if it has already been there. " +
|
||||
"Please, search for 'icon-robots.txt' examples in the project to know the format.", file, details))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user