diff --git a/.ecrc b/.ecrc deleted file mode 100644 index 1dc83fd..0000000 --- a/.ecrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "IgnoreDefaults": false, - "Exclude": ["^LICENSE$", "^LICENSES/.*"] -} diff --git a/.ecrc.license b/.ecrc.license deleted file mode 100644 index 37bf852..0000000 --- a/.ecrc.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 Tobias Schmidl - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d16bcc..43702bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,6 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - id: check-merge-conflict - - id: check-byte-order-marker - repo: https://github.com/fsfe/reuse-tool rev: v2.1.0 hooks: @@ -21,10 +20,4 @@ repos: hooks: - id: editorconfig-checker alias: ec - stages: [commit] -- repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.4.0 - hooks: - - id: conventional-pre-commit - stages: [commit-msg] ... diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index dde54e0..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-FileCopyrightText: 2023 Tobias Schmidl -# -# SPDX-License-Identifier: AGPL-3.0-or-later - ---- -steps: - - editor-config: - image: mstruebing/editorconfig-checker - group: lint - - reuse: - image: fsfe/reuse:latest - group: lint - -...