mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
* lisp/emacs-lisp/igc.el: Fix file header and footer. * test/src/igc-tests.el: Add copyright and license statement.
10 lines
263 B
YAML
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_.*'
|
|
...
|