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

Housekeeping 2024-10-31 #299

Merged
merged 5 commits into from
Oct 31, 2024
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
2 changes: 2 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
ACTION_ACTIONLINT_DISABLE_ERRORS: true
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
REPOSITORY_KICS_DISABLE_ERRORS: true
REPOSITORY_TRIVY_DISABLE_ERRORS: true

# Upload Mega-Linter artifacts.
# They will be available on Github action page "Artifacts" section
Expand Down
28 changes: 28 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: forbid-submodules
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
hooks:
- id: markdownlint-fix
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]

- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: ["--update-only"]
3 changes: 3 additions & 0 deletions .zsh-quickstart-local-plugins-example
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ fi
# Supercharge your history search with fzf
zgenom load unixorn/fzf-zsh-plugin

# Soup up command history search with fzf.
zgen load unixorn/fzf-zsh-plugin

# Add my bitbucket git helpers plugin.
zgenom load unixorn/bitbucket-git-helpers.plugin.zsh

Expand Down
1 change: 1 addition & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The **ZSH Quickstart Kit** is a batteries-included starter kit for using `zsh`.

- [Contribution Guidelines](#contribution-guidelines)
- [New Features](#new-features)
- [Readme](#readme)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
Empty file modified zsh/.zgen-setup
100644 → 100755
Empty file.
Empty file modified zsh/.zsh_aliases
100644 → 100755
Empty file.
Empty file modified zsh/.zsh_functions
100644 → 100755
Empty file.
Loading