lingo 0.2.0
This release of lingo features:
Checkers
- func_cyclo - asserts that funcs are within a specific limit of cyclomatic complexity.
- group_param_types - asserts that func parameters of the same type are grouped.
- bad_range_reference - asserts that vars defined in a range clause are not referenced in the body of the loop.
- unneeded_import_alias - asserts that imports are aliased only when it is required.
- func_params_count - asserts that func parameters are within a specific limit.
- func_results_count - asserts that func results are within a specific limit.