~singpolyma/dhall-ruby

f33e854ad65a4f7162967c10f6c4278a160cfcb3 — Stephen Paul Weber 5 years ago 36756ff
Allow unannotated format string tokens
1 files changed, 3 insertions(+), 0 deletions(-)

M .rubocop.yml
M .rubocop.yml => .rubocop.yml +3 -0
@@ 70,6 70,9 @@ Style/Documentation:
Style/FormatString:
  EnforcedStyle: percent

Style/FormatStringToken:
  Enabled: false

Style/RegexpLiteral:
  AllowInnerSlashes: true