/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
staticcheck.conf
9 строк
327 B
Daniel Martí
enable one more staticcheck check
23 янв 2025, 14:27
23 янв 2025, 14:27
17c5d0b
Код
Авторство
О чём код?
# Run the default check list, minus some that don't pass just yet. # TODO: fix most of the issues below and re-enable their checks. checks = [ "inherit", "-SA1019", # use of deprecated APIs "-SA4000", # identical expressions in && or || logic "-S1008", # simplify if/else to bool expression "-U1000", # unused code ]