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 35e010c commit e27e49cCopy full SHA for e27e49c
.pre-commit-hooks.yaml
@@ -6,13 +6,7 @@
6
require_serial: true
7
- id: swift-format-lint
8
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
+ entry: swift-format lint --strict --recursive --parallel
16
language: swift
17
types: [swift]
18
0 commit comments