chore: updated pre-commit-config, updated copyright

This commit is contained in:
Tobias Schmidl 2025-06-16 07:58:26 +02:00
parent 33b77679b4
commit 7e9458da0c
10 changed files with 22 additions and 31 deletions

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
@ -7,4 +7,3 @@ BasedOnStyle: Microsoft
AlwaysBreakTemplateDeclarations: true
IndentWidth: 4
...
# vim: set filetype=yaml:

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---

View file

@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-FileCopyrightText: 2025 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later

View file

@ -1,10 +1,10 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
@ -13,7 +13,7 @@ repos:
- id: check-ast
- id: check-byte-order-marker
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
rev: v5.0.2
hooks:
- id: reuse
- repo: https://github.com/cheshirekow/cmake-format-precommit
@ -31,14 +31,22 @@ repos:
- id: clang-format
- id: clang-tidy
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.2'
rev: '3.2.1'
hooks:
- id: editorconfig-checker
alias: ec
stages: [commit]
stages: [pre-commit]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v4.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.45.0
hooks:
- id: markdownlint
...

View file

@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-FileCopyrightText: 2025 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later

View file

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

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later

View file

@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-FileCopyrightText: 2025 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later
-->