Compare commits

..

No commits in common. "a775607bb163303208e2292f6f8edb93ccce0a09" and "6bbd2019f3a2382e402ce1bab6e81b985865b633" have entirely different histories.

8 changed files with 13 additions and 23 deletions

View file

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

View file

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

2
.gitignore vendored
View file

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

View file

@ -1,11 +1,11 @@
# SPDX-FileCopyrightText: 2024 Tobias Schmidl # SPDX-FileCopyrightText: 2023 Tobias Schmidl
# #
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v4.4.0
hooks: hooks:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
@ -13,22 +13,18 @@ repos:
- id: check-merge-conflict - id: check-merge-conflict
- id: check-byte-order-marker - id: check-byte-order-marker
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v3.1.0a1 rev: v2.1.0
hooks: hooks:
- id: reuse - id: reuse
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.3' rev: '2.7.2'
hooks: hooks:
- id: editorconfig-checker - id: editorconfig-checker
alias: ec alias: ec
stages: [commit] stages: [commit]
- repo: https://github.com/compilerla/conventional-pre-commit - repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0 rev: v2.4.0
hooks: hooks:
- id: conventional-pre-commit - id: conventional-pre-commit
stages: [commit-msg] stages: [commit-msg]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
hooks:
- id: markdownlint
... ...

View file

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

View file

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

View file

@ -1,5 +1,5 @@
<!-- <!--
SPDX-FileCopyrightText: 2024 Tobias Schmidl SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later SPDX-License-Identifier: AGPL-3.0-or-later
--> -->
@ -13,11 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
- updated the pre-commit hooks of this repo
- updated license date
### Changed
## [1.0.0] - 2023-09-08 ## [1.0.0] - 2023-09-08
### Added ### Added

View file

@ -1,5 +1,5 @@
<!-- <!--
SPDX-FileCopyrightText: 2024 Tobias Schmidl SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later SPDX-License-Identifier: AGPL-3.0-or-later
--> -->
@ -38,5 +38,4 @@ repos:
## Alternative Repos ## Alternative Repos
The base URL for this repository is and will always be on [git.schmidl.dev](https://git.schmidl.dev/schtobia/woodpecker-lint). The base URL for this repository is and will always be on [git.schmidl.dev](https://git.schmidl.dev/schtobia/woodpecker-lint). However, I've enabled a push mirror to [Github](https://github.com/schtobia/woodpecker-lint).
However, I've enabled a push mirror to [Github](https://github.com/schtobia/woodpecker-lint).