perl-YAML-LibYAML/perl-YAML-LibYAML.rpmlintrc

11 lines
306 B
Plaintext
Raw Normal View History

# A person's name
addFilter("E: spelling-error \('Kirill',")
# Intentionally empty
addFilter("E: zero-length /usr/libexec/perl-YAML-LibYAML/t/empty.yaml")
# Test package only includes tests
addFilter("perl-YAML-LibYAML-tests.*: W: no-documentation")
addFilter("perl-YAML-LibYAML-tests.*: E: no-binary")