rootstrap / i18n_linter

Rails i18n Linter Gem
https://rootstrap.com
MIT License
44 stars 2 forks source link

Exclude raise strings #30

Open f19ps opened 4 years ago

f19ps commented 4 years ago

Exclude strings when it's a raise sentence.

node_modules/rails-erb-loader/erb_transformer.rb:13:14
12:      ERB
13:    else raise "Unknown templating engine `#{engine}`"
14:  end