Skip to content

Commit d8e3578

Browse files
committed
disable fb infer in coderabbit tools list
1 parent 30abc01 commit d8e3578

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ reviews:
3333
- V5
3434
ignore_title_keywords:
3535
- WIP
36+
tools:
37+
fbinfer:
38+
enabled: false # Arduino.h not available on Linux analysis host
39+
cppcheck:
40+
enabled: true # cppcheck works fine without Arduino headers
41+
clang:
42+
enabled: true # clang tidy likewise works
3643

3744
path_instructions:
3845
- path: "**/*.{cpp,h,hpp,ino}"

0 commit comments

Comments
 (0)