lint: Lint

This commit is contained in:
elvis kahoro 2023-06-20 23:39:00 -07:00
parent 6008ba3986
commit cfadbc7dce
79 changed files with 583 additions and 620 deletions

1
.trunk/.gitignore vendored
View file

@ -5,3 +5,4 @@
plugins
user_trunk.yaml
user.yaml
shims

@ -1 +1 @@
Subproject commit 301c36ec79a4ceeff958fc4cf3e86bfb1e8f7cd3
Subproject commit 1d895ee788bcf766f38ed1b14e6635bfa8b14146

View file

@ -1,21 +1,22 @@
version: 0.1
cli:
version: 1.0.1
version: 1.11.0
plugins:
sources:
- id: trunk
ref: v0.0.5
ref: v0.0.14
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- isort@5.12.0
- prettier@2.8.8
- black@23.3.0
- gitleaks@8.17.0
- markdownlint@0.35.0
- flake8@6.0.0
- svgo@3.0.2
disabled:
- git-diff-check
- isort@5.10.1
- prettier@2.7.1
- black@22.10.0
- gitleaks@8.15.0
- markdownlint@0.32.2
- flake8@5.0.4
- svgo@3.0.0
runtimes:
enabled:
- go@1.18.3