Get rid of scalastyle checkers.
These are outdated and not used by the rest of the chisel family. Add the scalafmt file that is used to fix code formatting. This will be used to regularize the code. That work will be done by attrition.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = 2.6.4
|
||||
version = 2.7.5
|
||||
|
||||
maxColumn = 120
|
||||
align = most
|
||||
@@ -23,4 +23,4 @@ verticalMultiline.atDefnSite = true
|
||||
|
||||
optIn.annotationNewlines = true
|
||||
|
||||
rewrite.rules = [SortImports, PreferCurlyFors, AvoidInfix]
|
||||
rewrite.rules = [SortImports, PreferCurlyFors, AvoidInfix]
|
||||
Reference in New Issue
Block a user