mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 17:50:11 +00:00 
			
		
		
		
	Add openapi linting to sbt's lint alias
This commit is contained in:
		| @@ -785,7 +785,7 @@ addCommandAlias("make-pkg", ";clean ;make ;make-zip ;make-deb ;make-tools") | ||||
| addCommandAlias("ci", "make; lint; test") | ||||
| addCommandAlias( | ||||
|   "lint", | ||||
|   "scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check" | ||||
|   "restapi/openapiLint; joexapi/openapiLint; scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check" | ||||
| ) | ||||
| addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll") | ||||
| addCommandAlias("make-website", ";website/clean ;website/zolaBuild ;website/zolaCheck") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user