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."
|