Skip to content
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

Closed
wants to merge 21 commits into from

Conversation

nulls
Copy link
Owner

@nulls nulls commented Dec 15, 2023

No description provided.

@@ -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

[MISSING_KDOC_TOP_LEVEL] all public and internal top-level classes and functions should have Kdoc: incorrectname3 (cannot be auto-corrected)
@@ -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

[CLASS_NAME_INCORRECT] class/enum/interface name should be in PascalCase and should contain only latin (ASCII) letters or numbers: incorrectname3
@@ -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

[EXCEPTION_SUFFIX] all exception classes should have "Exception" suffix: incorrectname3
@@ -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

[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
.github/workflows/benedikt.yml Outdated Show resolved Hide resolved
.github/workflows/benedikt.yml Outdated Show resolved Hide resolved
@nulls nulls closed this Dec 19, 2023
@nulls nulls deleted the feature/nulls/test branch December 19, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant