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 322a175 commit b08086aCopy full SHA for b08086a
.circleci/config.yml
@@ -44,7 +44,7 @@ commands:
44
- run: |
45
apt-get update
46
apt-get install wget unzip --yes
47
- wget https://github.com/realm/SwiftLint/releases/download/0.43.0/swiftlint_linux.zip
+ wget https://github.com/realm/SwiftLint/releases/download/0.45.0/swiftlint_linux.zip
48
unzip -n swiftlint_linux.zip
49
ln -s /root/project/swiftlint /usr/bin/swiftlint
50
check-example:
Makefile
@@ -11,7 +11,7 @@ build: ## Build both source and test targets
11
swift build --build-tests
12
13
lint: ## Format code
14
- swiftlint autocorrect
+ swiftlint --fix
15
16
check-lint: ## Check that all files are formatted properly
17
swiftlint lint --strict
0 commit comments