File: .clang-tidy

package info (click to toggle)
serd 0.32.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,328 kB
  • sloc: ansic: 6,998; python: 509; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2020-2023 David Robillard <[email protected]>
# SPDX-License-Identifier: 0BSD OR ISC

Checks: >
  *,
  -altera-*,
  -bugprone-assignment-in-if-condition,
  -bugprone-suspicious-realloc-usage,
  -clang-diagnostic-unused-macros,
  -llvmlibc-*,
  -readability-identifier-length,
FormatStyle: file
HeaderFilterRegex: '.*/serd/.*\.h'
WarningsAsErrors: '*'