File: .clang-tidy

package info (click to toggle)
python-gsd 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: python: 3,252; ansic: 1,965; cpp: 129; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Checks: 'bugprone-*,
         cert-*,
         clang-analyzer-*,
         cppcoreguidlines-*,
         misc-*,
         modernize-*,
         performance-*,
         readability-*,
         -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
         -modernize-use-trailing-return-type,
         -readability-identifier-length,
         -bugprone-reserved-identifier,
         -bugprone-easily-swappable-parameters,
         -readability-function-cognitive-complexity,
         -cert-dcl37-c,
         -cert-dcl51-cpp,
         -bugprone-narrowing-conversions,
         -misc-include-cleaner,
         -readability-magic-numbers,
         '