Selaa lähdekoodia

Limit lines of code per func to 900

master
Arun Prakash Jana 3 vuotta sitten
vanhempi
commit
6555dd8cee
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/.clang-tidy

+ 1
- 1
src/.clang-tidy Näytä tiedosto

@@ -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…
Peruuta
Tallenna