mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: skip RPM Spec hook
If the commit of the spec file is not done separate from formula files or at last, the check fails. I was skipping it locally but best to comment out as it is not being used.
This commit is contained in:
parent
3696a08f07
commit
55f46f2793
@ -85,17 +85,17 @@ repos:
|
||||
files: salt/\S+/README.md
|
||||
description: Check if .qubesbuilder is up to date
|
||||
|
||||
- id: spec-gen
|
||||
name: spec-gen
|
||||
language: script
|
||||
entry: scripts/spec-gen.sh
|
||||
args: [test]
|
||||
pass_filenames: true
|
||||
# yamllint disable rule:line-length
|
||||
files: >-
|
||||
^(rpm_spec/template/template.spec|salt/.*|
|
||||
scripts/spec-(get|gen)\.sh)$
|
||||
description: Check if RPM SPEC files are up to date
|
||||
# - id: spec-gen
|
||||
# name: spec-gen
|
||||
# language: script
|
||||
# entry: scripts/spec-gen.sh
|
||||
# args: [test]
|
||||
# pass_filenames: true
|
||||
# # yamllint disable rule:line-length
|
||||
# files: >-
|
||||
# ^(rpm_spec/template/template.spec|salt/.*|
|
||||
# scripts/spec-(get|gen)\.sh)$
|
||||
# description: Check if RPM SPEC files are up to date
|
||||
|
||||
- id: license-lint
|
||||
name: license-lint
|
||||
|
Loading…
Reference in New Issue
Block a user