mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-02 14:21:52 +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 ($error_count > 10)
|
||||
// If you scored 100 errors on a single file, that's enough for now.
|
||||
if ($error_count > 100)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user