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 e0b9892 commit 78d318bCopy full SHA for 78d318b
Makefile
@@ -1,18 +1,18 @@
1
format:
2
ruff format
3
- npx @biomejs/biome format --write
+ npx @biomejs/biome@1.9.4 format --write
4
djhtml pgcommitfest/*/templates/*.html pgcommitfest/*/templates/*.inc --tabwidth=1
5
6
lint:
7
ruff check
8
- npx @biomejs/biome check
+ npx @biomejs/biome@1.9.4 check
9
10
lint-fix:
11
ruff check --fix
12
- npx @biomejs/biome check --fix
+ npx @biomejs/biome@1.9.4 check --fix
13
14
lint-fix-unsafe:
15
ruff check --fix --unsafe-fixes
16
- npx @biomejs/biome check --fix --unsafe
+ npx @biomejs/biome@1.9.4 check --fix --unsafe
17
18
fix: format lint-fix-unsafe
0 commit comments