blob: 4e8edf9b662441df820f2093b3a88a1b79bac16b (
plain) (
tree)
|
|
# No mercy!
severity = brutal
# I flatly disagree with this policy; sometimes bitwise operators are in fact
# what I want, and I don't have the problem of using | instead of || as the
# policy documentation suggests
[-Bangs::ProhibitBitwiseOperators]
[Bangs::ProhibitNumberedNames]
exceptions = inet4 inet6 ipv4 ipv6 md5 sha1 sha256 sha512 x11 utf8
|