Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ The latest version is the only supported version.
## Reporting a vulnerability

Security issues can be reported to [Arne Jørgensen](https://github.com/arnested)
either by [mail](mailto:arne@arnested.dk), [Signal](https://signal.me/#p/+4521650113), or any other channel you prefer and
trust (see my [Keybase profile](https://keybase.io/arnested)).
either by [mail](mailto:arne@arnested.dk), [Signal](https://signal.me/#p/+4521650113),
or any other channel you prefer and trust (see my [Keybase profile](https://keybase.io/arnested)).
10 changes: 10 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
config:
MD013:
code_blocks: false

globs:
- "**/*.md"

ignores:
- ".github/ISSUE_TEMPLATE/*"
3 changes: 0 additions & 3 deletions .markdownlint.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
hooks:
- id: gitleaks
- repo: https://github.com/golangci/golangci-lint
rev: v2.11.4
hooks:
- id: golangci-lint
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: shellcheck
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint
rev: v1.38.0
hooks:
- id: yamllint
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.22.1
hooks:
- id: markdownlint-cli2
- repo: https://github.com/rhysd/actionlint
rev: v1.7.12
hooks:
- id: actionlint
2 changes: 1 addition & 1 deletion page/.well-known/atproto-did
Original file line number Diff line number Diff line change
@@ -1 +1 @@
did:plc:zeqeyrby6nuif6chw4sitmna
did:plc:zeqeyrby6nuif6chw4sitmna
Loading