Skip to content

Commit e27e49c

Browse files
authored
Do strict/recursive/parallel
1 parent 35e010c commit e27e49c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.pre-commit-hooks.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
require_serial: true
77
- id: swift-format-lint
88
name: swift-format-lint
9-
entry: swift-format lint
10-
language: swift
11-
types: [swift]
12-
require_serial: true
13-
- id: swift-format-lint-strict
14-
name: swift-format-lint-strict
15-
entry: swift-format lint --strict
9+
entry: swift-format lint --strict --recursive --parallel
1610
language: swift
1711
types: [swift]
1812
require_serial: true

0 commit comments

Comments
 (0)