google / santa

A binary authorization and monitoring system for macOS
https://santa.dev
Apache License 2.0
4.37k stars 295 forks source link

lint.sh set -e #1338

Closed tburgin closed 2 months ago

tburgin commented 2 months ago

lint.sh runs are not reporting as failing, when they are in fact failing. This pull configures lint.sh with set -e to cause failures to be noticed. Also Testing/fix.sh has been run to green the lint.sh job.

tburgin commented 2 months ago

Switched to using pyink for linting and formatting python code. Pylint doesn't format. Black is apparently the new hottness, google forked it (pyink) to follow the google style a bit more closely.