Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 848 Bytes

MIGRATION.md

File metadata and controls

22 lines (15 loc) · 848 Bytes

Migration helper

This file presents the changes required to your consumption code/configuration when you bump from a given version to a new one, as presented below. If you're bumping more than a single version, be sure to respect all the intermediate instructions, since these are incremental.

This file's format is influenced by Keep a Changelog, and Make a README.

Going from 0.x to 1.x

Update

  • your ignore option, from rule max_function_length, to also contain the content of ignore_functions
  • your rule configuration files (e.g. elvis.config), by moving elvis_style to elvis_text_style for the following rules: line_length, no_tabs, and no_trailing_whitespace

Delete

  • option ignore_functions, from rule max_function_length