Skip to content

Commit

Permalink
Remove fixed rule
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Nov 11, 2023
1 parent ecc766d commit 9750132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ java {
kotlinter {
// see https://github.com/pinterest/ktlint/blob/master/docs/rules/standard.md
this.disabledRules = arrayOf(
"package-name", // This project allows for the inclusion of _ to represent the package name in the snake case.
"filename" // For clarity in future extensions, this rule is disabled.
)
}
Expand Down

0 comments on commit 9750132

Please sign in to comment.