Skip to content

Commit

Permalink
fix(linting): allow wildcard imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgallon committed Oct 31, 2023
1 parent d7081c2 commit d9fa067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ ij_groovy_while_on_new_line = false
ij_groovy_wrap_long_lines = false

[{*.gradle.kts,*.kt,*.kts,*.main.kts}]
ktlint_disabled_rules = no-wildcard-imports, package-name, filename
ij_kotlin_align_in_columns_case_branch = false
ij_kotlin_align_multiline_binary_operation = false
ij_kotlin_align_multiline_extends_list = false
Expand Down

0 comments on commit d9fa067

Please sign in to comment.