Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/react-native/ReactCommon/.clang-tidy
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

8 lines
166 B
YAML

---
InheritParentConfig: true
CheckOptions:
# clang 15 does not support reverse_view
- key: modernize-loop-convert.UseCxx20ReverseRanges
value: false
...