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
|
||||
ruff format .
|
||||
ruff check . # Lint all files in the current directory (and any subdirectories)
|
||||
bandit --recursive brewman
|
||||
ruff check --fix .
|
||||
bandit --recursive barker
|
||||
bandit --recursive .
|
||||
safety check
|
||||
|
Loading…
x
Reference in New Issue
Block a user