Allow @author usage in ...projectWizard.settings.version.maven package

This commit is contained in:
Nikolay Krasko
2019-12-19 14:40:56 +03:00
parent 280cb5b60b
commit 1f878049eb
@@ -161,7 +161,8 @@ class CodeConformanceTest : TestCase() {
{ source ->
// substring check is an optimization
"@author" in source && atAuthorPattern.matcher(source).find() &&
"ASM: a very small and fast Java bytecode manipulation framework" !in source
"ASM: a very small and fast Java bytecode manipulation framework" !in source &&
"package org.jetbrains.kotlin.tools.projectWizard.settings.version.maven" !in source
}
),
TestData(