mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-22 09:30:45 +00:00
simplify linting settings
This commit is contained in:
parent
fc4e2d03a6
commit
80621a461c
@ -9,12 +9,10 @@ object LintingPlugin extends AutoPlugin {
|
||||
addCommandAlias("fmt", "; scalafmtSbt; scalafmtAll") ++
|
||||
addCommandAlias("fix", "scalafixAll")
|
||||
|
||||
override val projectSettings =
|
||||
inThisBuild(
|
||||
override val buildSettings =
|
||||
Seq(
|
||||
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0",
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := scalafixSemanticdb.revision
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user