Skip to content

Commit dcc2d27

Browse files
authored
Merge pull request #299 from unixorn/housekeeping-2024-10-31
Housekeeping 2024-10-31
2 parents 50c3c7e + b36c433 commit dcc2d27

File tree

7 files changed

+34
-0
lines changed

7 files changed

+34
-0
lines changed

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
DEFAULT_BRANCH: main
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
58+
ACTION_ACTIONLINT_DISABLE_ERRORS: true
5859
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
5960
REPOSITORY_KICS_DISABLE_ERRORS: true
61+
REPOSITORY_TRIVY_DISABLE_ERRORS: true
6062

6163
# Upload Mega-Linter artifacts.
6264
# They will be available on Github action page "Artifacts" section

.pre-commit-config.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
repos:
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v4.6.0
5+
hooks:
6+
- id: check-added-large-files
7+
- id: check-executables-have-shebangs
8+
- id: check-merge-conflict
9+
- id: check-shebang-scripts-are-executable
10+
- id: check-symlinks
11+
- id: check-yaml
12+
- id: debug-statements
13+
- id: end-of-file-fixer
14+
- id: forbid-submodules
15+
- id: mixed-line-ending
16+
- id: trailing-whitespace
17+
18+
- repo: https://github.com/igorshubovych/markdownlint-cli
19+
rev: v0.42.0
20+
hooks:
21+
- id: markdownlint-fix
22+
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]
23+
24+
- repo: https://github.com/thlorenz/doctoc
25+
rev: v2.2.0
26+
hooks:
27+
- id: doctoc
28+
args: ["--update-only"]

.zsh-quickstart-local-plugins-example

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ fi
9393
# Supercharge your history search with fzf
9494
zgenom load unixorn/fzf-zsh-plugin
9595

96+
# Soup up command history search with fzf.
97+
zgen load unixorn/fzf-zsh-plugin
98+
9699
# Add my bitbucket git helpers plugin.
97100
zgenom load unixorn/bitbucket-git-helpers.plugin.zsh
98101

Contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The **ZSH Quickstart Kit** is a batteries-included starter kit for using `zsh`.
88

99
- [Contribution Guidelines](#contribution-guidelines)
1010
- [New Features](#new-features)
11+
- [Readme](#readme)
1112

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

zsh/.zgen-setup

100644100755
File mode changed.

zsh/.zsh_aliases

100644100755
File mode changed.

zsh/.zsh_functions

100644100755
File mode changed.

0 commit comments

Comments
 (0)