Skip to content

Commit d2c35b3

Browse files
committed
Try
1 parent bcc498d commit d2c35b3

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
@@ -51,4 +51,6 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
5151
PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
5252
fi
5353
echo "... biome-ing (fixtures and testdata) ..."
54-
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
54+
# ./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --write ./fixtures
55+
./tmp/biome check --write fixtures
56+
./tmp/biome check --write tests/data

0 commit comments

Comments
 (0)