We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57076aa commit e493d53Copy full SHA for e493d53
Makefile
@@ -5,7 +5,7 @@ RELEASE_VERSION = $(shell .build/release/hostmgr --version)
5
lint:
6
docker run -it --rm -v `pwd`:`pwd` -w `pwd` ghcr.io/realm/swiftlint:0.47.1 swiftlint lint --strict
7
8
-autocorrect:
+lintfix:
9
docker run -it --rm -v `pwd`:`pwd` -w `pwd` ghcr.io/realm/swiftlint:0.47.1 swiftlint --autocorrect
10
11
build-release:
0 commit comments