prevent wildcard for import
This commit is contained in:
parent
6349f9828d
commit
a3af0be103
|
@ -12,7 +12,7 @@ max_line_length=off
|
||||||
# Comma-separated list of rules to disable (Since 0.34.0)
|
# Comma-separated list of rules to disable (Since 0.34.0)
|
||||||
# Note that rules in any ruleset other than the standard ruleset will need to be prefixed
|
# Note that rules in any ruleset other than the standard ruleset will need to be prefixed
|
||||||
# by the ruleset identifier.
|
# by the ruleset identifier.
|
||||||
disabled_rules=no-wildcard-imports,no-multi-spaces,colon-spacing,chain-wrapping,import-ordering,experimental:annotation
|
disabled_rules=no-multi-spaces,colon-spacing,chain-wrapping,import-ordering,experimental:annotation
|
||||||
|
|
||||||
# The following (so far identified) rules are kept:
|
# The following (so far identified) rules are kept:
|
||||||
# no-blank-line-before-rbrace
|
# no-blank-line-before-rbrace
|
||||||
|
@ -30,3 +30,4 @@ disabled_rules=no-wildcard-imports,no-multi-spaces,colon-spacing,chain-wrapping,
|
||||||
# no-empty-class-body
|
# no-empty-class-body
|
||||||
# experimental:multiline-if-else
|
# experimental:multiline-if-else
|
||||||
# experimental:no-empty-first-line-in-method-block
|
# experimental:no-empty-first-line-in-method-block
|
||||||
|
# no-wildcard-imports
|
||||||
|
|
Loading…
Reference in New Issue