Skip to content

Commit 085b787

Browse files
authored
Apply suggestions from code review
1 parent a84d7aa commit 085b787

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ repos:
196196
args: [--config-file=.github/linters/.yamllint.yml]
197197
types: [yaml]
198198
files: \.ya?ml$
199-
exclude: ^.*k8s-.*\.ya?ml$|^.github/workflows/daily-repo-status\.lock\.ya?ml$|^.github/workflows/issue-triage-agent.lock.yml$
199+
exclude: ^.*k8s-.*\.ya?ml$|^.github/workflows/.*\.lock\.ya?ml$

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,9 @@
10871087
<exclude>utils/testsmallfileinactive</exclude>
10881088
<exclude>**/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker</exclude>
10891089
<exclude>.github/workflows/dependabot.yaml</exclude>
1090+
<exclude>.gitattributes</exclude>
10901091
<exclude>.github/workflows/*.md</exclude>
1091-
<exclude>.github/workflows/*.lock.md</exclude>
1092+
<exclude>.github/workflows/*.lock.ya?ml</exclude>
10921093
<exclude>.github/aw/**</exclude>
10931094
</excludes>
10941095
</configuration>

0 commit comments

Comments
 (0)