Allow @author usage in ...projectWizard.settings.version.maven package
This commit is contained in:
@@ -161,7 +161,8 @@ class CodeConformanceTest : TestCase() {
|
|||||||
{ source ->
|
{ source ->
|
||||||
// substring check is an optimization
|
// substring check is an optimization
|
||||||
"@author" in source && atAuthorPattern.matcher(source).find() &&
|
"@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(
|
TestData(
|
||||||
|
|||||||
Reference in New Issue
Block a user