-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
### What's done: run benedikt on pull request too #3
Conversation
@@ -1,10 +1,10 @@ | |||
package incorrect | |||
|
|||
class incorrectname: Exception() { | |||
class incorrectname3: Exception() { |
Check failure
Code scanning / ktlint
[MISSING_KDOC_TOP_LEVEL] all public and internal top-level classes and functions should have Kdoc: incorrectname3 (cannot be auto-corrected) Error
@@ -1,10 +1,10 @@ | |||
package incorrect | |||
|
|||
class incorrectname: Exception() { | |||
class incorrectname3: Exception() { |
Check failure
Code scanning / ktlint
[CLASS_NAME_INCORRECT] class/enum/interface name should be in PascalCase and should contain only latin (ASCII) letters or numbers: incorrectname3 Error
@@ -1,10 +1,10 @@ | |||
package incorrect | |||
|
|||
class incorrectname: Exception() { | |||
class incorrectname3: Exception() { |
Check failure
Code scanning / ktlint
[EXCEPTION_SUFFIX] all exception classes should have "Exception" suffix: incorrectname3 Error
@@ -1,10 +1,10 @@ | |||
package incorrect | |||
|
|||
class incorrectname: Exception() { | |||
class incorrectname3: Exception() { |
Check failure
Code scanning / ktlint
[WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: : should have 1 space(s) before and 1 space(s) after, but has 0 space(s) before Error
No description provided.