solid_lints
solid_lints copied to clipboard
New lint: Use actually getters instead of getter functions (or vice versa?)
This will allow projects to enforce usage of just a single style:
X get x ...;
X getX() ...