-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
96 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"version": "0.2", | ||
"language": "en", | ||
"words": [ | ||
"cpus", | ||
"Hapag", | ||
"Infracost", | ||
"javadoc", | ||
"javadocs", | ||
"oidc", | ||
"Repology", | ||
"sonatype", | ||
"tflint", | ||
"tfsec" | ||
], | ||
"ignoreWords": [ | ||
"Buildx", | ||
"DOCKERHUB", | ||
"amannn", | ||
"aquasecurity", | ||
"automerge", | ||
"automerged", | ||
"buildcache", | ||
"buildx", | ||
"codeowners", | ||
"codeql", | ||
"conventionalcommits", | ||
"datasource", | ||
"dorny", | ||
"hadolint", | ||
"hlag", | ||
"hmarr", | ||
"ibiqlik", | ||
"kayman", | ||
"ludeeus", | ||
"markdownlint", | ||
"mktemp", | ||
"nullglob", | ||
"ossrh", | ||
"pascalfrenz", | ||
"releaserc", | ||
"rhysd", | ||
"ruleset", | ||
"sarif", | ||
"shellcheck", | ||
"shuf", | ||
"shunsuke", | ||
"signoff", | ||
"temurin", | ||
"tfstate", | ||
"vuln" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
# Default state for all rules | ||
default: true | ||
|
||
# MD013/line-length - Line length | ||
MD013: | ||
# Number of characters | ||
line_length: 132 | ||
# Number of characters for headings | ||
heading_line_length: 132 | ||
# Number of characters for code blocks | ||
code_block_line_length: 132 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: | ||
max: 132 | ||
comments: | ||
min-spaces-from-content: 1 # Renovate uses 1 space only |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.1.0 | ||
hooks: | ||
- id: fix-byte-order-marker | ||
- id: check-added-large-files | ||
args: | ||
- "--maxkb=20" | ||
- id: check-case-conflict | ||
- id: check-yaml | ||
- id: check-json | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- id: mixed-line-ending | ||
- id: check-merge-conflict | ||
- id: check-shebang-scripts-are-executable | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v2.6.0 | ||
hooks: | ||
- id: prettier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters