summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-21 14:29:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-21 14:29:35 -0700
commit976c621cc3129051507916de7f581e49f60133e3 (patch)
tree7147415a2e537c44762c98a29ec718f3e8824f7c
parentcb0cea52c1c39f32dab158c04489a0586ba745aa (diff)
downloaddotfiles-976c621cc3129051507916de7f581e49f60133e3.tar.gz
update lintian options in .sbuildrc
-rw-r--r--.sbuildrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.sbuildrc b/.sbuildrc
index 5e623a3b..add95cdb 100644
--- a/.sbuildrc
+++ b/.sbuildrc
@@ -12,7 +12,7 @@ $run_lintian = 0;
$lintian_opts = [
'--allow-root',
'--color=never', # make the .build file more readable
- '--fail-on-warnings',
+ '--fail-on=error,warning',
'--display-info'
];