File tree Expand file tree Collapse file tree 6 files changed +19
-1
lines changed
Expand file tree Collapse file tree 6 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-License-Identifier: AGPL-3.0-or-later
13# Ignoring folders for eslint
24node_modules /
353rdparty /
Original file line number Diff line number Diff line change 1+ /**
2+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
3+ * SPDX-License-Identifier: AGPL-3.0-or-later
4+ */
15module . exports = {
26 globals : {
37 __webpack_nonce__ : true ,
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-FileCopyrightText: 2011-2016 ownCloud contributors
3+ # SPDX-FileCopyrightText: 2010 ownCloud contributors
4+ # SPDX-License-Identifier: AGPL-3.0-only
15# the default generated dir + db file
26/data
37/config /config.php
Original file line number Diff line number Diff line change 11<?php
22
33declare (strict_types=1 );
4-
4+ /**
5+ * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
6+ * SPDX-License-Identifier: AGPL-3.0-or-later
7+ */
58require_once './vendor-bin/cs-fixer/vendor/autoload.php ' ;
69
710use Nextcloud \CodingStandard \Config ;
Original file line number Diff line number Diff line change 11# See https://pre-commit.com for more information
22# See https://pre-commit.com/hooks.html for more hooks
3+ # SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
4+ # SPDX-License-Identifier: AGPL-3.0-or-later
35repos :
46- repo : https://github.com/pre-commit/pre-commit-hooks
57 rev : v4.3.0
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-FileCopyrightText: 2016 ownCloud, Inc.
3+ # SPDX-License-Identifier: AGPL-3.0-only
14before_commands :
25 - ' git submodule update --init --recursive'
36
You can’t perform that action at this time.
0 commit comments