Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
teak-dev / CHANGELOG.md
Size: Mime:

Changes

0.3.0

  • Skip LibratoShim, and use the DataDog API client.
  • Jettison Librato entirely.

0.2.0

  • Use LibratoShim if present.

0.1.10

  • Add a rake rubocop:metrics task to help with defining achievable metric thresholds for a project.

0.1.9

  • Fix botched release.

0.1.8

ENHANCEMENTS:

  • Reconfigure RSpec/NamedSubject to match our in-use convention.
  • Reconfigure Style/StringConcatenation to match our in-use convention.
  • Reconfigure Layout/FirstArrayElementIndentation to match our in-use convention.
  • Reconfigure Layout/CommentIndentation to match our in-use convention.
  • Wipe, don't rm, the .rubocop_todo.yml file when regenerating TODO-list. Newest rubocop seems unhappy about its absence.

0.1.7

ENHANCEMENTS:

  • Reconfigure Style/FormatString to match our in-use convention.
  • Disable Style/RescueModifier, since it's out of line with how we write code and kind of a jarring change.
  • Disable Style/IfUnlessModifier, because we don't want this to be an all-or-nothing thing.
  • Disable Style/NegatedIfElseCondition, since it prevents us from emphasizing the most important codepath.

0.1.6

ENHANCEMENTS:

  • Don't treat Rake/Desc cop as a viable paydown candidate. It's reported as safe-correctable, but is not auto-correctable at all.
  • Disable RSpec/IncludeExamples globally, because it's broadly unhelpful.

0.1.5

ENHANCEMENTS:

  • Use lint_roller-style import for RuboCop FactoryBot plugin, now that it supports it.
  • Update Rake plugin, and use lint_roller-style import, now that it supports it.

0.1.4

ENHANCEMENTS:

  • Use lint_roller-style import for RuboCop sequel plugin, now that it supports it.

0.1.3

ENHANCEMENTS:

  • Use lint_roller-style imports for RuboCop plugins that support it.

BREAKING CHANGES:

  • Minimum RuboCop version is 1.72.0 now.
    • This is the version that adds support for lint_roller-style plugins.

0.1.2

ENHANCEMENTS:

  • Make the FactoryBot config usable when not using Rails.
  • Change Style/HashSyntax config to prefer Ruby 1.9, but not enforce the absence of mixed keys.
    • This is because we have some common situations where we actually need mixed keys (e.g. Rails' routing DSL).

0.1.1

ENHANCEMENTS:

  • Add terraform:update command to update terraform providers and lock all platform versions.

0.1.0

  • Initial release