StevenLooman / magik-tools

Sonar Magik plugin
GNU General Public License v3.0
18 stars 10 forks source link

Extend `VariableNamingCheck` to also check for a maximum of chars #98

Closed sebastiaanspeck closed 1 month ago

sebastiaanspeck commented 1 month ago

Also made MIN_LENGTH configurable.

sebastiaanspeck commented 1 month ago

Don't know if we maybe want to introduce a check for min/max length for method names

StevenLooman commented 1 month ago

Thanks!