mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
treat warnings as errors
This commit is contained in:
parent
61998c0446
commit
b6270eaf2d
@ -1,6 +1,6 @@
|
||||
---
|
||||
Checks: '-*,google-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.rand,openmp-*,performance-*,portability-*,modernize-*'
|
||||
WarningsAsErrors: ''
|
||||
WarningsAsErrors: '*'
|
||||
HeaderFilterRegex: ''
|
||||
AnalyzeTemporaryDtors: false
|
||||
FormatStyle: '{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }'
|
||||
|
Loading…
Reference in New Issue
Block a user