mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
78 lines
1.7 KiB
YAML
78 lines
1.7 KiB
YAML
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
|
|
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
|
version: 0.1
|
|
cli:
|
|
<<<<<<< HEAD
|
|
version: 1.20.1
|
|
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
|
plugins:
|
|
sources:
|
|
- id: trunk
|
|
ref: v1.4.5
|
|
uri: https://github.com/trunk-io/plugins
|
|
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
|
=======
|
|
version: 1.12.1
|
|
plugins:
|
|
sources:
|
|
- id: trunk
|
|
ref: v0.0.22
|
|
uri: https://github.com/trunk-io/plugins
|
|
lint:
|
|
enabled:
|
|
- actionlint@1.6.25
|
|
- markdownlint@0.35.0
|
|
- trivy@0.43.1
|
|
- trufflehog@3.44.0
|
|
- pylint
|
|
- codespell
|
|
- cspell
|
|
- git-diff-check
|
|
- eslint
|
|
- prettier
|
|
- semgrep
|
|
- autopep8
|
|
- bandit
|
|
- black
|
|
- flake8
|
|
- isort
|
|
- mypy
|
|
- pylint
|
|
- ruff
|
|
- semgrep
|
|
- yapf
|
|
- gitleaks
|
|
|
|
>>>>>>> c7dc465 (Parametryzacja "muzyki mojego ludu")
|
|
runtimes:
|
|
enabled:
|
|
- node@18.12.1
|
|
- python@3.10.8
|
|
<<<<<<< HEAD
|
|
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
|
lint:
|
|
enabled:
|
|
- actionlint@1.6.27
|
|
- bandit@1.7.8
|
|
- black@24.3.0
|
|
- codespell
|
|
- checkov@3.2.48
|
|
- git-diff-check
|
|
- isort@5.13.2
|
|
- pylint
|
|
- markdownlint@0.39.0
|
|
- prettier@3.2.5
|
|
- ruff@0.3.4
|
|
- trivy@0.50.1
|
|
- trufflehog@3.71.0
|
|
- yamllint@1.35.1
|
|
=======
|
|
>>>>>>> c7dc465 (Parametryzacja "muzyki mojego ludu")
|
|
actions:
|
|
disabled:
|
|
- trunk-announce
|
|
- trunk-check-pre-push
|
|
- trunk-fmt-pre-commit
|
|
enabled:
|
|
- trunk-upgrade-available
|