You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ;warn:3:1: [MISSING_KDOC_TOP_LEVEL] all public and internal top-level classes and functions should have Kdoc: EnumTestDetection (cannot be auto-corrected)
4
+
// ;warn:30: [WRONG_DECLARATIONS_ORDER] declarations of constants and enum members should be sorted alphabetically: enum entries order is incorrect
5
+
// ;warn:10:5: [ENUMS_SEPARATED] enum is incorrectly formatted: enums must end with semicolon
6
+
enumclassEnumTestDetection {
7
+
// ;warn:$line+1:5: [ENUM_VALUE] enum values should be{{ in }}selected UPPER_CASE snake/PascalCase format: paSC_SAl_l
8
+
paSC_SAl_l,
9
+
10
+
// ;warn:5: [ENUM_VALUE] enum values{{ should }}be in selected{{ UPPER_CASE }}snake/PascalCase format: PascAsl_f
11
+
PascAsl_f
12
+
// ;warn:$line-2:5: [ENUMS_SEPARATED] enum is incorrectly formatted: last enum entry must end with a comma
13
+
14
+
// ;warn:1:9: {{.*}}[PACKAGE_NAME_INCORRECT_PREFIX] package name should start from company's domain: org.cqfn.save{{.*}}
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:1:9: [PACKAGE_NAME_INCORRECT_PREFIX] package name should start from company's domain: org.cqfn.save
2
+
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:3:1: [MISSING_KDOC_TOP_LEVEL] all public and internal top-level classes and functions should have Kdoc: EnumTestDetection (cannot be auto-corrected)
3
+
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:6:30: [WRONG_DECLARATIONS_ORDER] declarations of constants and enum members should be sorted alphabetically: enum entries order is incorrect
4
+
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:8:5: [ENUM_VALUE] enum values should be in selected UPPER_CASE snake/PascalCase format: paSC_SAl_l
5
+
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:10:5: [ENUMS_SEPARATED] enum is incorrectly formatted: enums must end with semicolon
6
+
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:10:5: [ENUMS_SEPARATED] enum is incorrectly formatted: last enum entry must end with a comma
7
+
C:\Users\vwx1020336\IdeaProjects\save\examples\kotlin-diktat\warn\chapter1\TestsWithRegex\EnumTestDetection.kt:11:5: [ENUM_VALUE] enum values should be in selected UPPER_CASE snake/PascalCase format: PascAsl_f
0 commit comments