Skip to content

Commit dd87670

Browse files
committed
add license check ignore for pre commit check
1 parent d1a1967 commit dd87670

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/pre-commit-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
3939
- name: Run pre-commit checks
4040
run: |
41-
pre-commit run --all-files
41+
pre-commit run --all-files

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ header:
3232
- 'Apache.IoTDB.sln'
3333
- '.gitignore'
3434
- '.dockerignore'
35+
- '.pre-commit-config.yaml'
3536

3637
comment: on-failure

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
repos:
24
- repo: local
35
hooks:
@@ -28,4 +30,4 @@ exclude: |
2830
(?x)^(
2931
src/Apache\.IoTDB/Rpc/|
3032
.*\.md$
31-
)
33+
)

iotdb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/mnt/raid0nvme1/luzhan/iotdb

0 commit comments

Comments
 (0)