<@U02KAN6061E> I remember you change lint/fmt so t...
# development
p
@bitter-ability-32190 I remember you change lint/fmt so that it reports the file list consistently. I think that's in 2.12+ Did you also update Bandit's output? That still seems to be spitting out the verbose tool output.
1
b
Bandit is a linter and not a formatter
The change only affects formatters
p
ah. Got it. Bummer 🙂
b
The output of a linter is important, because well the human probably has to fix that 😅
p
Yeah - except when the linter is saying "it looks good to me": https://github.com/st2sandbox/st2/runs/7008094951?check_suite_focus=true Over and over and over again.
b
--bandit-args='...'
and find what args makes it quieter on success?
p
Good call. It has a
--quiet
option so it only prints output in case of an error. Thanks for pointing me to the right tree to bark at. 🙂
1
h