mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
13c57939a7
Targeting only qubes with the tag on the installation instructions is still useful as it is faster than targeting all qubes. Fixes: https://github.com/ben-grande/qusal/issues/41
53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
---
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
|
|
- id: unicode-prohibit
|
|
name: unicode-prohibit
|
|
entry: scripts/unicode-prohibit.sh
|
|
language: script
|
|
pass_filenames: true
|
|
description: Prohibit Unicode
|
|
|
|
- id: reuse
|
|
name: reuse
|
|
entry: reuse
|
|
args: [lint]
|
|
language: python
|
|
pass_filenames: false
|
|
description: Lint files to comply with the REUSE Specification
|
|
|
|
- id: salt-lint
|
|
name: salt-lint
|
|
entry: scripts/salt-lint.sh
|
|
language: script
|
|
pass_filenames: true
|
|
description: Lint Salt files
|
|
|
|
- id: shellcheck
|
|
name: shellcheck
|
|
entry: scripts/shell-lint.sh
|
|
language: script
|
|
pass_filenames: true
|
|
description: Lint Shellscripts
|
|
|
|
- id: gitlint
|
|
name: gitlint
|
|
language: python
|
|
entry: gitlint
|
|
args: [--staged, --msg-filename]
|
|
stages: [commit-msg]
|
|
pass_filenames: true
|
|
description: Lint Git commits
|
|
|
|
- id: qubesbuilder
|
|
name: qubesbuilder
|
|
entry: scripts/qubesbuilder-gen.sh test
|
|
language: script
|
|
description: Check if .qubesbuilder is up to date
|