Compare commits
No commits in common. "6bbd2019f3a2382e402ce1bab6e81b985865b633" and "6ae7e0c21947ffb384c97bf51ce3627f36a0216b" have entirely different histories.
6bbd2019f3
...
6ae7e0c219
4 changed files with 0 additions and 30 deletions
4
.ecrc
4
.ecrc
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"IgnoreDefaults": false,
|
||||
"Exclude": ["^LICENSE$", "^LICENSES/.*"]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
@ -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]
|
||||
...
|
||||
|
|
|
@ -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
|
||||
|
||||
...
|
Loading…
Reference in a new issue