testing: set "exported" rule failures back to errors

We had a lot of "exported" badness previously but that either been
resolved or disabled on a case-by-case basis. Make the rule fail the
check so that new cases like this are not brought in.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-02-25 14:57:28 -05:00 committed by John Mulligan
parent eee19d642f
commit eb6386e416
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ warningCode = 0
[rule.error-strings] [rule.error-strings]
[rule.error-naming] [rule.error-naming]
[rule.exported] [rule.exported]
severity = "warning"
[rule.if-return] [rule.if-return]
[rule.increment-decrement] [rule.increment-decrement]
#[rule.var-naming] #[rule.var-naming]