Linting
This commit is contained in:
parent
9f3d8d9422
commit
c52568a80e
3 changed files with 10 additions and 5 deletions
|
@ -12,17 +12,22 @@ plugins:
|
||||||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
||||||
runtimes:
|
runtimes:
|
||||||
enabled:
|
enabled:
|
||||||
|
- go@1.21.0
|
||||||
- node@18.12.1
|
- node@18.12.1
|
||||||
- python@3.10.8
|
- python@3.10.8
|
||||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||||
lint:
|
lint:
|
||||||
enabled:
|
enabled:
|
||||||
|
- gitleaks@8.18.4
|
||||||
|
- markdownlint@0.41.0
|
||||||
|
- oxipng@9.1.2
|
||||||
|
- taplo@0.9.3
|
||||||
- actionlint@1.7.1
|
- actionlint@1.7.1
|
||||||
- checkov@3.2.216
|
- checkov@3.2.219
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
- prettier@3.3.3
|
- prettier@3.3.3
|
||||||
- trivy@0.54.0
|
- trivy@0.54.1
|
||||||
- trufflehog@3.80.3
|
- trufflehog@3.81.6
|
||||||
- yamllint@1.35.1
|
- yamllint@1.35.1
|
||||||
actions:
|
actions:
|
||||||
enabled:
|
enabled:
|
||||||
|
@ -32,6 +37,6 @@ actions:
|
||||||
- trunk-upgrade-available
|
- trunk-upgrade-available
|
||||||
tools:
|
tools:
|
||||||
enabled:
|
enabled:
|
||||||
- act@0.2.64
|
- act@0.2.65
|
||||||
disabled:
|
disabled:
|
||||||
- trufflehog
|
- trufflehog
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
Silly little box to hold some smoking accessories. Example project in openscad harnessing someone elses parametric box maker.
|
Silly little box to hold some smoking accessories. Example project in openscad harnessing someone elses parametric box maker.
|
||||||
|
|
||||||
![](./render.png)
|
![Render of the smoking box](./render.png)
|
||||||
|
|
||||||
Pipelines are fun.
|
Pipelines are fun.
|
||||||
|
|
BIN
render.png
BIN
render.png
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue