forked from potsda.mn/mobilizon
Remove unused config
This commit is contained in:
parent
a32ab590ab
commit
86a0630a7d
|
@ -1,16 +0,0 @@
|
|||
use Mix.Config
|
||||
alias Dogma.Rule
|
||||
|
||||
config :dogma,
|
||||
# Select a set of rules as a base
|
||||
rule_set: Dogma.RuleSet.All,
|
||||
|
||||
# Pick paths not to lint
|
||||
exclude: [
|
||||
~r(\Alib/vendor/)
|
||||
],
|
||||
|
||||
# Override an existing rule configuration
|
||||
override: [
|
||||
%Rule.LineLength{enabled: false}
|
||||
]
|
Loading…
Reference in a new issue