emacs/.clang-tidy
Stefan Kangas a05d7840f0 ; Fix file headers and footers
* lisp/emacs-lisp/igc.el: Fix file header and footer.
* test/src/igc-tests.el: Add copyright and license statement.
2025-01-08 07:22:49 +01:00

10 lines
263 B
YAML

---
Checks: 'clang-diagnostic-*,clang-analyzer-*,bugprone-*'
WarningsAsErrors: false
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: ''
CheckOptions:
- key: bugprone-unused-return-value
value: 'mps_.*'
...