Skip to content

Commit 6a94e6f

Browse files
committed
Move .yamllint.yml to .github/linters/ and improve file pattern
- Move .yamllint.yml to .github/linters/ directory for better organization - Update pre-commit config to point to new location - Change file pattern to \.ya?ml$ as suggested Address review feedback from jbampton Signed-off-by: vanzan01 <[email protected]>
1 parent 89cf7a6 commit 6a94e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ repos:
101101
- id: yamllint
102102
name: run yamllint
103103
description: check YAML files with yamllint
104-
args: [--config-file=.yamllint.yml]
105-
files: \.(yaml|yml)$
104+
args: [--config-file=.github/linters/.yamllint.yml]
105+
files: \.ya?ml$

0 commit comments

Comments
 (0)