Skip to content

Releases: rubocop/rubocop-i18n

v3.2.3

03 Mar 12:33
Compare
Choose a tag to compare

3.2.3

  • Fix an error when RuboCop::I18n::Version is used.

Check CHANGELOG.md for additional details.

v3.2.2

03 Mar 09:41
Compare
Choose a tag to compare

3.2.2

  • Fix incorrect rubocop-i18n version number when rubocop -V is used.

Check CHANGELOG.md for additional details.

v3.2.1

03 Mar 08:29
Compare
Choose a tag to compare

3.2.1

  • Make the runtime dependency on RuboCop more flexible.

Check CHANGELOG.md for additional details.

v3.2.0

19 Feb 03:26
Compare
Choose a tag to compare

3.2.0

  • Pluginfy rubocop-i18n (#65)

Check CHANGELOG.md for additional details.

v3.1.0

21 Jan 01:13
Compare
Choose a tag to compare

3.1.0

  • Transfer ownership of rubocop-i18n from puppetlabs org to rubocop org (#62)
  • Suppress RuboCop warnings (#59)

Check CHANGELOG.md for additional details.

v3.0.0: Update to Rubocop 1

14 Dec 18:43
73bb7b9
Compare
Choose a tag to compare

3.0.0

  • Update Rubocop version to 1.0! Thank you @mvz!
  • Cop namespace fixes, documentation updates, loading issues. Thank you again @mvz !
  • Gem maintainership has been passed to @highb. Thank you @binford2k and @lucywyman!
  • Update Ruby versions in gemspec, Travis, .ruby-version. Thank you @sfeuga

Check CHANGELOG.md for additional details.

rubocop-i18n 2.0.2

19 May 23:05
Compare
Choose a tag to compare

See CHANGELOG.md for changes

v2.0.0: rails-i18n support

29 Nov 01:15
Compare
Choose a tag to compare

This release adds rails-i18n support. This is a major release, as it will require users to disable the cop that they don't want to use.

Here's the example copied from the README for posterity:

GetText:
  Enabled: true
RailsI18n:
  Enabled: false
# If you want rails-i18n-style checking
RailsI18n:
  Enabled: true
GetText:
  Enabled: false
# If you want custom control of all the cops
GetText/DecorateString:
  Enabled: false
GetText/DecorateFunctionMessage:
  Enabled: false
GetText/DecorateStringFormattingUsingInterpolation:
  Enabled: false
GetText/DecorateStringFormattingUsingPercent:
  Enabled: false
RailsI18n/DecorateString:
  Enabled: false

v1.2.0

17 Oct 21:21
Compare
Choose a tag to compare
Version 1.2.0

v1.1.0

13 Oct 23:03
Compare
Choose a tag to compare
Version 1.1.0