Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pipelines/CodeQL/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ resources:
stages:
- stage: CodeQlAnalysis
jobs:
- template: SDL/CodeQL-CBL-Mariner.yml@CBL-Mariner-Pipelines
- template: SDL/CodeQL-CBL-Mariner.yml@CBL-Mariner-Pipelines
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
rev: e8b4e28241a9ae8296ba6e4a491b5da4eda73283 # 3.11.1
hooks:
- id: editorconfig-checker
files: '\.toml$'
files: '\.(toml|ya?ml)$'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Perihelion🚀] Correct. I normalized .pipelines/CodeQL/CodeQL.yml in a separate commit so the existing violation remains explicit and independently reviewable: 60352bd8f7.

- repo: https://github.com/commitizen-tools/commitizen
rev: d910b66e2686a3ef6c3f438dec0f63ba3cf8d7ee # v4.18.0
hooks:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ For changes that affect RPM output, build and smoke-test the result. Pure docume
or metadata changes don't require a rebuild. See the [`README.md`](README.md) for
`azldev` commands.

Commit-message and TOML checks are managed by pre-commit. Install it and run the
file-oriented checks used by CI:
Commit-message, TOML, and YAML checks are managed by pre-commit. Install it and run
the file-oriented checks used by CI:

```bash
python3 -m pip install -r scripts/ci/pre-commit/requirements.txt
Expand Down
Loading