mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-04 23:15:19 +00:00
increase limit of messages per file to 100
This commit is contained in:
parent
aac5e96bef
commit
92ba719bd8
@ -254,8 +254,8 @@ class JedcheckerRulesFramework extends JEDcheckerRule
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If you scored 10 errors on a single file, that's enough for now.
|
// If you scored 100 errors on a single file, that's enough for now.
|
||||||
if ($error_count > 10)
|
if ($error_count > 100)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user