f1e0058e67
The script is a small wrapper around the `ci-run-eslint` package from World/javascript, which is a generalized and improved version of the .gitlab-ci/run-eslint script from gnome-shell. It only requires `npm` to be available, so it simplifies running eslint locally quite a lot Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/408>
42 lines
1.3 KiB
TOML
42 lines
1.3 KiB
TOML
# SPDX-FileCopyrightText: 2024 Florian Müllner <fmuellner@gnome.org>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
version = 1
|
|
SPDX-PackageName = "gnome-shell-extensions"
|
|
SPDX-PackageSupplier = "Florian Müllner <fmuellner@gnome.org>"
|
|
SPDX-PackageDownloadLocation = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions"
|
|
|
|
[[annotations]]
|
|
path = "NEWS"
|
|
SPDX-FileCopyrightText = """
|
|
2011 Giovanni Campagna <gcampagna@src.gnome.org>
|
|
2013 Florian Müllner <fmuellner@gnome.org>"""
|
|
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
|
|
|
[[annotations]]
|
|
path = ["**.json.in", "**.desktop.in", "**.gschema.override"]
|
|
SPDX-FileCopyrightText = "Florian Müllner <fmuellner@gnome.org>"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
# managed by translation teams
|
|
path = "po/**.po"
|
|
SPDX-FileCopyrightText = "GNOME Translation Teams <i18n@gnome.org>"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
# managed by translation teams
|
|
path = ["po/LINGUAS", "po/POTFILES.in"]
|
|
SPDX-FileCopyrightText = "No rights reserved"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "tools/package.json"
|
|
SPDX-FileCopyrightText = "2025 Florian Müllner <fmuellner@gnome.org>"
|
|
SPDX-License-Identifier = "MIT OR LGPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "**package-lock.json"
|
|
SPDX-FileCopyrightText = "No rights reserved"
|
|
SPDX-License-Identifier = "CC0-1.0"
|