Chore: ruff check will fix the errors also.
This commit is contained in:
parent
823e3a761e
commit
15a93c599e
4
lint.sh
4
lint.sh
@ -10,7 +10,7 @@ npx ng lint --fix
|
|||||||
|
|
||||||
cd "$parent_path/barker" || exit
|
cd "$parent_path/barker" || exit
|
||||||
ruff format .
|
ruff format .
|
||||||
ruff check . # Lint all files in the current directory (and any subdirectories)
|
ruff check --fix .
|
||||||
bandit --recursive brewman
|
bandit --recursive barker
|
||||||
bandit --recursive .
|
bandit --recursive .
|
||||||
safety check
|
safety check
|
||||||
|
Loading…
Reference in New Issue
Block a user