Skip to content

Commit b08086a

Browse files
authored
chore(ci): update swiftlint (#41)
1 parent 322a175 commit b08086a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands:
4444
- run: |
4545
apt-get update
4646
apt-get install wget unzip --yes
47-
wget https://github.com/realm/SwiftLint/releases/download/0.43.0/swiftlint_linux.zip
47+
wget https://github.com/realm/SwiftLint/releases/download/0.45.0/swiftlint_linux.zip
4848
unzip -n swiftlint_linux.zip
4949
ln -s /root/project/swiftlint /usr/bin/swiftlint
5050
check-example:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: ## Build both source and test targets
1111
swift build --build-tests
1212

1313
lint: ## Format code
14-
swiftlint autocorrect
14+
swiftlint --fix
1515

1616
check-lint: ## Check that all files are formatted properly
1717
swiftlint lint --strict

0 commit comments

Comments
 (0)