My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
754 B

  1. ---
  2. Checks: 'clang-diagnostic-*,clang-analyzer-*,readability-*,modernize-*,bugprone-*,misc-*,-misc-unused-parameters,google-runtime-int,-llvm-header-guard,fuchsia-restrict-system-includes,-clang-analyzer-valist.Uninitialized,-clang-analyzer-security.insecureAPI.rand,-clang-analyzer-alpha.*,-readability-magic-numbers,-readability-braces-around-statements'
  3. WarningsAsErrors: '*'
  4. HeaderFilterRegex: '.*(?<!lookup3.c)$'
  5. FormatStyle: 'file'
  6. CheckOptions:
  7. - key: readability-braces-around-statements.ShortStatementLines
  8. value: '1'
  9. - key: google-runtime-int.TypeSufix
  10. value: '_t'
  11. - key: fuchsia-restrict-system-includes.Includes
  12. value: '*,-stdint.h,-stdbool.h'
  13. ...