Files
openfreemap/lint.sh
Zsolt Ero 2974f222dd lint
2023-12-27 20:27:32 +01:00

12 lines
214 B
Bash
Executable File

#!/usr/bin/env bash
ruff check --fix .
ruff format .
find . -type f -name '*.conf' -path '*/nginx*' -exec nginxfmt -v {} +;
if [ -d "../styles" ]; then
scripts/styles/lint_styles/lint_styles.py ../styles/
fi