Skip to content

Commit 4384049

Browse files
committed
lint/typos: ignore PARM
Why cannot the libbpf people just type PARAM???? Do they really need to save one character???
1 parent 830e739 commit 4384049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ extend-ignore-re = ["\\(L\\)ine", "\\(E\\)nvironment"]
55
[default.extend-words]
66
"Sur" = "Sur"
77
"inh" = "inh" # abbr for inherited
8+
"PARM" = "PARM"
89

910
[files]
1011
extend-exclude = [

0 commit comments

Comments
 (0)