-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
cliRelated to the command-line interfaceRelated to the command-line interfaceneeds-designNeeds further design before implementationNeeds further design before implementation
Description
Provide a --output-file configuration option - matching ruff - to specify file to output the linter output rather than the user handling through other means. Standardises configuration across Astral toolchains.
Ty Check:
script:
- ty check --output-format=gitlab --output-file=code-quality-report.json
artifacts:
reports:
codequality: $CI_PROJECT_DIR/code-quality-report.json
Ruff Check:
script:
- ruff check --output-format=gitlab --output-file=code-quality-report.json
artifacts:
reports:
codequality: $CI_PROJECT_DIR/code-quality-report.json
Related astral-sh/ruff#21706.
philippkarg, keysmashes and Sillocan
Metadata
Metadata
Assignees
Labels
cliRelated to the command-line interfaceRelated to the command-line interfaceneeds-designNeeds further design before implementationNeeds further design before implementation