Skip to content

Commit 341d4b2

Browse files
authored
Add .hpp extension to review path instructions
1 parent 31318b9 commit 341d4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.coderabbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language: en-US
1515

1616
reviews:
1717
path_instructions:
18-
- path: "**/*.{cpp,h,ino}"
18+
- path: "**/*.{cpp,h,hpp,ino}"
1919
instructions: >
2020
Follow the C++ coding conventions documented in .github/cpp.instructions.md
2121
and the general project guidelines in .github/copilot-instructions.md.

0 commit comments

Comments
 (0)