mirror of https://github.com/jdx/mise
chore: remove unused config files
This commit is contained in:
parent
34e42a208e
commit
0d84b23865
16
.cspell.json
16
.cspell.json
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/vscode-extension/**",
|
||||
"**/.git/**",
|
||||
"**/.pnpm-lock.json",
|
||||
".vscode",
|
||||
"megalinter",
|
||||
"package-lock.json",
|
||||
"report"
|
||||
],
|
||||
"language": "en",
|
||||
"noConfigSearch": true,
|
||||
"words": ["megalinter", "oxsecurity"],
|
||||
"version": "0.2"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
ignored:
|
||||
- DL3006
|
||||
- DL3008
|
||||
- DL3015
|
||||
- DL3018
|
||||
- DL3028
|
||||
- DL3041
|
15
.jscpd.json
15
.jscpd.json
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"threshold": 0,
|
||||
"reporters": ["html", "markdown"],
|
||||
"ignore": [
|
||||
"**/node_modules/**",
|
||||
"**/.git/**",
|
||||
"**/.rbenv/**",
|
||||
"**/.venv/**",
|
||||
"**/*cache*/**",
|
||||
"**/.github/**",
|
||||
"**/.idea/**",
|
||||
"**/report/**",
|
||||
"**/*.svg"
|
||||
]
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
# Configuration file for MegaLinter
|
||||
#
|
||||
# See all available variables at https://megalinter.io/latest/config-file/ and in
|
||||
# linters documentation
|
||||
|
||||
# all, none, or list of linter keys
|
||||
APPLY_FIXES: all
|
||||
|
||||
GITHUB_COMMENT_REPORTER: false
|
||||
|
||||
# If you use ENABLE variable, all other languages/formats/tooling-formats will
|
||||
# be disabled by default
|
||||
# ENABLE:
|
||||
# - RUST
|
||||
|
||||
DISABLE:
|
||||
- SPELL
|
||||
|
||||
DISABLE_LINTERS:
|
||||
- COPYPASTE_JSCPD
|
||||
- JAVASCRIPT_STANDARD
|
||||
- REPOSITORY_CHECKOV
|
||||
- REPOSITORY_DEVSKIM
|
||||
- REPOSITORY_GRYPE
|
||||
- REPOSITORY_KICS
|
||||
- REPOSITORY_TRIVY
|
||||
- REPOSITORY_TRUFFLEHOG
|
||||
- RUST_CLIPPY
|
||||
|
||||
PRE_COMMANDS:
|
||||
- command: apk add --no-cache zlib-dev zlib-static openssl-dev libffi-dev
|
||||
|
||||
SHOW_ELAPSED_TIME: true
|
||||
|
||||
#FILEIO_REPORTER: false
|
||||
|
||||
FILTER_REGEX_EXCLUDE: "(completions/|target/|registry/|CHANGELOG.md)"
|
||||
JSON_JSONLINT_FILTER_REGEX_EXCLUDE: '(\.devcontainer/)'
|
|
@ -1,2 +0,0 @@
|
|||
[env]
|
||||
FOO=".mise.dev.toml"
|
17
.mise.lock
17
.mise.lock
|
@ -1,17 +0,0 @@
|
|||
[tools]
|
||||
actionlint = "1.7.4"
|
||||
cargo-binstall = "1.10.11"
|
||||
"cargo:cargo-edit" = "0.13.0"
|
||||
"cargo:cargo-insta" = "1.41.1"
|
||||
"cargo:cargo-show" = "0.6.0"
|
||||
"cargo:git-cliff" = "2.6.1"
|
||||
"cargo:usage-cli" = "1.3.0"
|
||||
direnv = "latest"
|
||||
jq = "1.7.1"
|
||||
"npm:markdownlint-cli" = "0.42.0"
|
||||
"npm:prettier" = "3.3.3"
|
||||
"pipx:toml-sort" = "0.23.1"
|
||||
python = "3.13.0"
|
||||
ripgrep = "14.1.1"
|
||||
shellcheck = "0.10.0"
|
||||
shfmt = "3.10.0"
|
|
@ -1,16 +0,0 @@
|
|||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
#- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-json
|
||||
- id: check-toml
|
||||
- id: check-added-large-files
|
||||
- repo: https://github.com/doublify/pre-commit-rust
|
||||
rev: v1.0
|
||||
hooks:
|
||||
- id: fmt
|
||||
- id: clippy
|
|
@ -1,5 +0,0 @@
|
|||
pre-commit:
|
||||
commands:
|
||||
pre-commit:
|
||||
interactive: true
|
||||
run: mise run pre-commit
|
Loading…
Reference in New Issue