Skip to content

Commit af67dec

Browse files
authored
Exclude extension/apple code from linting (#9258)
1 parent 90ac09e commit af67dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lintrunner.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ exclude_patterns = [
7575
'examples/apple/**',
7676
'examples/demo-apps/apple_ios/**',
7777
'examples/demo-apps/react-native/rnllama/ios/**',
78+
'extension/apple/**',
7879
# File contains @generated
7980
'extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h',
8081
'extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h',

0 commit comments

Comments
 (0)