mirror of https://github.com/ceph/go-ceph
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:
parent
eee19d642f
commit
eb6386e416
|
@ -15,7 +15,6 @@ warningCode = 0
|
|||
[rule.error-strings]
|
||||
[rule.error-naming]
|
||||
[rule.exported]
|
||||
severity = "warning"
|
||||
[rule.if-return]
|
||||
[rule.increment-decrement]
|
||||
#[rule.var-naming]
|
||||
|
|
Loading…
Reference in New Issue