File: .pre-commit-hooks.yaml

package info (click to toggle)
reuse 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,316 kB
  • sloc: python: 9,646; makefile: 80; sh: 6; ansic: 5
file content (20 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later

- id: reuse
  name: reuse lint
  entry: reuse
  args: ["lint"]
  language: python
  pass_filenames: false
  description:
    "Lint the project directory for compliance with the REUSE Specification."

- id: reuse-lint-file
  name: reuse lint-file
  entry: reuse
  args: ["lint-file"]
  language: python
  description:
    "Lint the changed files for compliance with the REUSE Specification."