Skip to content

[DO NOT MERGE][ci] add yaml files linter to pre-commit hook #6758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 40 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
46d1536
Update static_analysis.yml
StrikerRUS Dec 15, 2024
3127b53
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
959aa10
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
fc847ab
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
d8eed0e
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
58bd0f2
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
df67352
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
7256a4d
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
bd7dc23
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
4b55c65
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
e166ff9
Create .yamllint.yml
StrikerRUS Dec 15, 2024
200f910
Update .yamllint.yml
StrikerRUS Dec 15, 2024
efe3a17
Update .yamllint.yml
StrikerRUS Dec 15, 2024
038b067
Update .yamllint.yml
StrikerRUS Dec 15, 2024
a83a5c6
Update .yamllint.yml
StrikerRUS Dec 15, 2024
23a021b
Update lock.yml
StrikerRUS Dec 15, 2024
eb5c2b1
Update .yamllint.yml
StrikerRUS Dec 15, 2024
9970292
Update lock.yml
StrikerRUS Dec 15, 2024
c25e46c
Update triggering_comments.yml
StrikerRUS Dec 15, 2024
f62cc0e
Update static_analysis.yml
StrikerRUS Dec 15, 2024
83e943c
Update static_analysis.yml
StrikerRUS Dec 15, 2024
e0350b5
Update static_analysis.yml
StrikerRUS Dec 15, 2024
b91f372
Update r_valgrind.yml
StrikerRUS Dec 15, 2024
16d3849
Update python_package.yml
StrikerRUS Dec 15, 2024
022948f
Update cuda.yml
StrikerRUS Dec 15, 2024
ca5bf6f
Update optional_checks.yml
StrikerRUS Dec 15, 2024
24e97e8
Update r_package.yml
StrikerRUS Dec 15, 2024
a71678b
Update no-response.yml
StrikerRUS Dec 15, 2024
32c5f2d
Update _pkgdown.yml
StrikerRUS Dec 15, 2024
b1611c4
Update r_valgrind.yml
StrikerRUS Dec 15, 2024
b469bdb
Update .vsts-ci.yml
StrikerRUS Dec 15, 2024
ce9b67f
Update .vsts-ci.yml
StrikerRUS Dec 15, 2024
6447003
Update .vsts-ci.yml
StrikerRUS Dec 15, 2024
fc709d1
Update .vsts-ci.yml
StrikerRUS Dec 15, 2024
a924516
Update .vsts-ci.yml
StrikerRUS Dec 15, 2024
80698a8
Update r_package.yml
StrikerRUS Dec 15, 2024
5bcfba2
Update static_analysis.yml
StrikerRUS Dec 15, 2024
07572eb
Update .pre-commit-config.yaml
StrikerRUS Dec 15, 2024
ea8897f
Update static_analysis.yml
StrikerRUS Dec 15, 2024
d3f5e7e
Merge branch 'master' into ci/yamllint
StrikerRUS Dec 15, 2024
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
Prev Previous commit
Next Next commit
Update .pre-commit-config.yaml
  • Loading branch information
StrikerRUS authored Dec 15, 2024
commit 4b55c65664438b3f187b3174eaeb6c95dbbda1d6
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# exclude files which are auto-generated by build tools
exclude: |

Check warning on line 2 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / lint

2:1 [document-start] missing document start "---"
(?x)^(
build|
external_libs|
Expand All @@ -18,11 +18,11 @@
# - id: end-of-file-fixer
# - id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.0
rev: v1.35.1
hooks:
- id: yamllint
args: ["--strict"]
# - repo: https://github.com/pycqa/isort

Check warning on line 25 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / lint

25:3 [comments-indentation] comment not indented like content
# rev: 5.13.2
# hooks:
# - id: isort
Expand Down
Loading