Skip to content

Check FileMethodCount

github-actions[bot] edited this page Dec 5, 2025 · 8 revisions

file-method-count - Files should not contain too many methods

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.

Clone this wiki locally