Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96447e9

Browse files
committed
Exclude LLVM files from whitespace checks
Commit9044fc1 added some files from upstream LLVM. These fileshave different whitespace rules, which make the git whitespace checkspowered by gitattributes fail. To fix, add those files to the excludelist.
1 parenta62d90f commit96447e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ src/interfaces/ecpg/test/expected/*-whitespace
2222
# These files are maintained or generated elsewhere. We take them as is.
2323
configure-whitespace
2424
ppport.h-whitespace
25+
src/backend/jit/llvm/SectionMemoryManager.cpp-whitespace
26+
src/backend/jit/llvm/SectionMemoryManager.LICENSE-whitespace
2527
src/backend/regex/COPYRIGHT-whitespace
2628
src/backend/snowball/libstemmer/*.c-whitespace
2729
src/backend/utils/mb/Unicode/*-std.txt-whitespace
30+
src/include/jit/SectionMemoryManager.h-whitespace
2831
src/include/snowball/libstemmer/*-whitespace
2932
src/timezone/data/*-whitespace
3033
src/tools/pg_bsd_indent/*-whitespace

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp