File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -95,17 +95,14 @@ glob_ignore_case = false
95
95
exclude = [
96
96
' ^https://www\.linkedin\.com' ,
97
97
' ^https://web\.archive\.org/web/' ,
98
- ' https://github.com/datafuselabs/databend/issues/0000' ,
99
- ' https://github.com/datafuselabs/databend/pull/0000' ,
98
+ ' ^https://github.com/' ,
100
99
' https://eng.uber.com/h3/' ,
101
100
' https://platform.openai.com/docs/models/embeddings' ,
102
101
' https://platform.openai.com/account/api-keys' ,
103
102
' https://singup.snowflake.com/' ,
104
103
' https://www.uber.com/' ,
105
104
' https://www.cse.iitb.ac.in/infolab/Data/Courses/CS632/Papers/Cascades-graefe.pdf' ,
106
- ' https://repo.databend.com/databend/[version]/databend-[version]-x86_64-unknown-linux-musl.tar.gz' ,
107
- ' https://repo.databend.com/databend/[version]/databend-[version]-aarch64-unknown-linux-musl.tar.gz' ,
108
- ' https://repo.databend.com/databend/[version]/databend-hdfs-[version]-x86_64-unknown-linux-gnu.tar.gz'
105
+ ' ^https://repo\.databend\.com/databend/'
109
106
]
110
107
111
108
# URLs to check (supports regex). Has preference over all excludes.
You can’t perform that action at this time.
0 commit comments