Przeglądaj źródła

Limit lines of code per func to 900

master
Arun Prakash Jana 3 lat temu
rodzic
commit
6555dd8cee
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/.clang-tidy

+ 1
- 1
src/.clang-tidy Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz