Skip to content

Commit 35e010c

Browse files
authored
Rename to swift-format-lint
1 parent 2e5c782 commit 35e010c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-hooks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
language: swift
55
types: [swift]
66
require_serial: true
7-
- id: swift-lint
8-
name: swift-lint
7+
- id: swift-format-lint
8+
name: swift-format-lint
99
entry: swift-format lint
1010
language: swift
1111
types: [swift]
1212
require_serial: true
13-
- id: swift-lint-strict
14-
name: swift-lint-strict
13+
- id: swift-format-lint-strict
14+
name: swift-format-lint-strict
1515
entry: swift-format lint --strict
1616
language: swift
1717
types: [swift]

0 commit comments

Comments
 (0)