File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Copyright 2023 D2iQ, Inc. All rights reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ -->
5
+ ** What problem does this PR solve?** :
6
+
7
+ ** Which issue(s) this PR fixes** :
8
+ Fixes #
9
+
10
+ ** How Has This Been Tested?** :
11
+ <!--
12
+ Please describe the tests that you ran to verify your changes.
13
+ Provide output from the tests and any manual steps needed to replicate the tests.
14
+ -->
15
+
16
+ ** Special notes for your reviewer** :
17
+ <!--
18
+ Use this to provide any additional information to the reviewers.
19
+ This may include:
20
+ - Best way to review the PR.
21
+ - Where the author wants the most review attention on.
22
+ - etc.
23
+ -->
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ repos:
104
104
hooks :
105
105
- id : markdownlint
106
106
stages : [commit]
107
- exclude : ^(CHANGELOG.md|charts/.+/README.md)$
107
+ exclude : ^(CHANGELOG.md|charts/.+/README.md|.github/pull_request_template.md )$
108
108
- repo : https://github.com/Lucas-C/pre-commit-hooks
109
109
rev : v1.5.4
110
110
hooks :
You can’t perform that action at this time.
0 commit comments