Skip to content

Check FileMethodCount

github-actions[bot] edited this page Nov 22, 2024 · 4 revisions

Files should not contain too many metods.

Too many methods in a file is an indication that the unit is too complex. Consider breaking up the unit.

Options

Option Default value Description
file-method-count.max-method-count 10 Maximum number of methods in file

Note

This page is generated. Any changes made to this page through the wiki will be lost in the future.