Skip to content

Commit f53b352

Browse files
committed
Start biome writing, will re-adjust our JSON lists unfortunately
1 parent d17e7eb commit f53b352

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/tests_and_coverage.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
3535
fi
3636

3737
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
38-
# Black first to ensure nothings roughing up ruff
38+
echo "... biome-ing (prettier) ..."
39+
./tmp/biome check plugwise/ tests/ --files-ignore-unknown=true --no-errors-on-unmatched --indent-width=2 --indent-style=space --write
3940
echo "... ruff checking ..."
4041
ruff check plugwise/ tests/
4142
echo "... ruff formatting ..."
@@ -55,5 +56,3 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
5556
echo "... crafting manual fixtures ..."
5657
PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
5758
fi
58-
echo "... biome-ing (fixtures and testdata) ..."
59-
./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched

0 commit comments

Comments
 (0)