rpmlint/.pre-commit-hooks.yaml

8 lines
192 B
YAML

- id: rpmlint
name: Check RPM package errors
description: rpmlint is a tool for checking common errors in RPM packages.
entry: rpmlint
language: python
files: \.rpm
types: [file]