Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre-commit hook compliance iteration (some automated, some manual) #886

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

github: flexiondotorg
patreon: wimpysworld
custom: https://wimpysworld.io/tip
custom: https://wimpysworld.io/tip
31 changes: 31 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
---
# fail_fast: true
minimum_pre_commit_version: 1.18.1
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: trailing-whitespace
exclude: ".(md|rst)$"
- id: end-of-file-fixer
- id: check-merge-conflict
- id: mixed-line-ending
- id: check-added-large-files
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
hooks:
- id: git-check # Configure in .gitattributes
- id: shellcheck
args: ["--severity=warning"]
exclude: ".bats$"
- id: shfmt
args: ['-i', '4']
exclude: ".bats$"
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.7
hooks:
# - id: forbid-crlf
- id: remove-crlf
exclude: ".bat$"
2 changes: 1 addition & 1 deletion 01-main/packages/authme
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="Authme"
WEBSITE="https://github.com/Levminer/authme"
SUMMARY="Simple cross-platform two-factor (2FA) authenticator app for desktop."
SUMMARY="Simple cross-platform two-factor (2FA) authenticator app for desktop."
2 changes: 1 addition & 1 deletion 01-main/packages/croc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="Croc"
WEBSITE="https://schollz.com/blog/croc6/"
SUMMARY="Fast, simple, and secure file transfer between any two computers"
SUMMARY="Fast, simple, and secure file transfer between any two computers"
1 change: 0 additions & 1 deletion 01-main/packages/indicator-sound-switcher
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ PPA="ppa:yktooo/ppa"
PRETTY_NAME="Sound Switcher Indicator"
WEBSITE="https://yktoo.com/en/software/sound-switcher-indicator/#software-downloads"
SUMMARY="Sound input/output selector indicator for Linux."

2 changes: 1 addition & 1 deletion 01-main/packages/tarsnap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ APT_REPO_URL="http://pkg.tarsnap.com/deb/${UPSTREAM_CODENAME} ./"
APT_REPO_OPTIONS="arch=amd64"
PRETTY_NAME="Tarsnap"
WEBSITE="https://www.tarsnap.com/"
SUMMARY="Online backups for the truly paranoid. Tarsnap is a secure, efficient online backup service"
SUMMARY="Online backups for the truly paranoid. Tarsnap is a secure, efficient online backup service"
2 changes: 1 addition & 1 deletion 01-main/packages/thinlinc-client
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 armhf"
local TARGET_ARCH="xxx"

case ${HOST_ARCH} in
amd64|intel)
TARGET_ARCH=amd64;;
Expand Down
2 changes: 1 addition & 1 deletion 01-main/packages/tonelib-gfx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="ToneLib GFX"
WEBSITE="https://tonelib.net"
SUMMARY="A complete guitar studio in one app."
SUMMARY="A complete guitar studio in one app."
2 changes: 1 addition & 1 deletion 01-main/packages/tonelib-jam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="ToneLib Jam"
WEBSITE="https://tonelib.net"
SUMMARY="The ultimate software dedicated to the beginner as well as the advanced guitar player."
SUMMARY="The ultimate software dedicated to the beginner as well as the advanced guitar player."
2 changes: 1 addition & 1 deletion 01-main/packages/tonelib-metal
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="ToneLib Metal"
WEBSITE="https://tonelib.net"
SUMMARY="Ideal Amp Suite for Metal Guitar"
SUMMARY="Ideal Amp Suite for Metal Guitar"
2 changes: 1 addition & 1 deletion 01-main/packages/trilium
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="Trilium Notes"
WEBSITE="https://github.com/zadam/trilium/"
SUMMARY="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases."
SUMMARY="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases."
2 changes: 1 addition & 1 deletion 01-main/packages/veracrypt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ DEFVER=1
PPA="ppa:unit193/encryption"
PRETTY_NAME="Veracrypt"
WEBSITE="https://www.veracrypt.fr/en/Downloads.html"
SUMMARY="VeraCrypt is a free and open-source utility for on-the-fly encryption (OTFE)."
SUMMARY="VeraCrypt is a free and open-source utility for on-the-fly encryption (OTFE)."
Loading
Loading