Update number of acceptable classification errors. (#7026)

* Update number of acceptable classification errors.

* Update number of acceptable errors when using --all
This commit is contained in:
Martin Leduc 2024-09-03 03:09:23 -04:00 коммит произвёл GitHub
Родитель 5e5d705a6e
Коммит f0aebbe90d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,11 +2,11 @@
# Number of acceptable classification errors.
# It should only be decreased.
ACCEPTABLE_ERRORS = 19
ACCEPTABLE_ERRORS = 14
# Number of acceptable classification errors when using --all.
# It should only be decreased.
ACCEPTABLE_ERRORS_ALL = 777
ACCEPTABLE_ERRORS_ALL = 744
# Avoid buffering output.
STDOUT.sync = true