gems rubocop-i18n 2.0.0
v2.0.0: rails-i18n support

latest releases: 3.0.0, 2.0.2, 2.0.1...
5 years ago

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

Don't miss a new rubocop-i18n release

NewReleases is sending notifications on new releases.