mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-02 17:30:44 +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("fmt", "; scalafmtSbt; scalafmtAll") ++
|
||||||
addCommandAlias("fix", "scalafixAll")
|
addCommandAlias("fix", "scalafixAll")
|
||||||
|
|
||||||
override val projectSettings =
|
override val buildSettings =
|
||||||
inThisBuild(
|
Seq(
|
||||||
Seq(
|
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0",
|
||||||
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0",
|
semanticdbEnabled := true,
|
||||||
semanticdbEnabled := true,
|
semanticdbVersion := scalafixSemanticdb.revision
|
||||||
semanticdbVersion := scalafixSemanticdb.revision
|
)
|
||||||
)
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user