Change MISSING_CONSTRUCTOR_KEYWORD severity to error
And adjust testData
This commit is contained in:
+3
@@ -1,4 +1,7 @@
|
||||
// "Add missing 'constructor' keyword in whole project" "true"
|
||||
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
|
||||
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
|
||||
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
|
||||
|
||||
annotation class Ann(val x: Int = 1)
|
||||
|
||||
|
||||
Vendored
+3
@@ -1,4 +1,7 @@
|
||||
// "Add missing 'constructor' keyword in whole project" "true"
|
||||
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
|
||||
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
|
||||
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
|
||||
|
||||
annotation class Ann(val x: Int = 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user