Skip to content

Commit 449667d

Browse files
committed
Try
1 parent 4d299be commit 449667d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

biome.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"formatter": {
4+
"enabled": true
5+
},
6+
"linter": {
7+
"enabled": true
8+
},
9+
"organizeImports": {
10+
"enabled": true
11+
}
12+
}

scripts/tests_and_coverage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
5454
PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
5555
fi
5656
echo "... biome-ing (fixtures and testdata) ..."
57-
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
57+
# ./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --write ./fixtures
58+
./tmp/biome check --write fixtures
59+
./tmp/biome check --write tests/data

0 commit comments

Comments
 (0)