Sfoglia il codice sorgente

Limit lines of code per func to 900

master
Arun Prakash Jana 3 anni fa
parent
commit
6555dd8cee
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/.clang-tidy

+ 1
- 1
src/.clang-tidy Vedi File

@@ -11,5 +11,5 @@ CheckOptions:
- key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h'
- key: readability-function-size.StatementThreshold
value: '915'
value: '900'
...

Loading…
Annulla
Salva