Skip to content

v3.2.1

Choose a tag to compare

@saltstack-formulas-travis saltstack-formulas-travis released this 14 Oct 17:50
· 206 commits to master since this release

3.2.1 (2019-10-14)

Bug Fixes

  • rubocop: add an empty line after magic comments ()
  • rubocop: add empty line after guard clause ()
  • rubocop: avoid comma after the last item of a hash ()
  • rubocop: do not prefix reader method names with get_ ()
  • rubocop: extra empty line detected at block body end ()
  • rubocop: extra empty line detected at class body end ()
  • rubocop: favor modifier if usage when having a single-line body ()
  • rubocop: missing magic comment “frozen_string_literal: true” ()
  • rubocop: prefer single-quoted strings and split too long line ()
  • rubocop: remove “is_” prefix from predicate name ()
  • rubocop: simplify complex methods ()
  • rubocop: the name of source file should use snake_case ()
  • rubocop: unnecessary utf-8 encoding comment ()
  • rubocop: unused block argument ()
  • rubocop: unused method argument ()
  • rubocop: use “.zero?” instead of “== 0” ()
  • rubocop: use // around regular expression ()
  • rubocop: use only ascii symbols in comments ()
  • rubocop: use the return of the conditional for variable assignment ()
  • rubocop: when using method_missing, define respond_to_missing? ()
  • rubocop: when using method_missing, fall back on super ()

Continuous Integration

  • merge travis matrix, add salt-lint & rubocop to lint job ()
  • merge travis matrix, add salt-lint & rubocop to lint job ()
  • travis: enforce rubocop ()

Documentation

  • contributing: remove to use org-level file instead [skip ci] ()
  • readme: update link to CONTRIBUTING [skip ci] ()