1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker: bump iface_level_cutoff_limit to 99 (fix ci)

This commit is contained in:
Delyan Angelov 2022-02-17 11:42:28 +02:00
parent 4f9039991f
commit 230dc26858
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -22,7 +22,7 @@ const expr_level_cutoff_limit = 40
const stmt_level_cutoff_limit = 40
const iface_level_cutoff_limit = 40
const iface_level_cutoff_limit = 99
const (
valid_comptime_if_os = ['windows', 'ios', 'macos', 'mach', 'darwin', 'hpux', 'gnu',