Rename only variables

Closes #43 (closed)

This adds a include_functions property to the rename_variables rules that makes function name renaming optional. It is false by default.

These changes also remove two rules from the default rule stack:

  • group_local_assignment causes too much line shift when using the retain-lines format
  • convert_local_function_to_assign makes all function anonymous, so stack traces look really bad

Merge request reports

Loading