/
Kryuchok
/
flutter
Обзор
Документация
Войти
/
Kryuchok
/
flutter
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/analysis_options.yaml
11 строк
349 B
Ian Hickson
Enable more lints (#91642)
15 окт 2021, 08:03
Не верифицирован
15 окт 2021, 08:03
299d484
Код
Авторство
О чём код?
include: ../analysis_options.yaml linter: rules: avoid_print: false # We use prints as debugging tools here a lot. # Tests try to throw and catch things in exciting ways all the time, so # we disable these lints for the tests. only_throw_errors: false avoid_catching_errors: false avoid_catches_without_on_clauses: false