Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@sgatev sgatev released this 01 May 13:26
· 4 commits to master since this release
3f5c12d

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.