Skip to content

Commit

Permalink
Ignore FormatString cop
Browse files Browse the repository at this point in the history
Using '%' is convenient when dealing with customizable strings.

Change-Id: I910dd5e5537245367eee7280dfc90b887b1ea286
Reviewed-on: http://gerrit.causes.com/36425
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
sds authored and Shane da Silva committed Mar 21, 2014
1 parent 4d5a397 commit 5068318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ CollectionMethods:
DotPosition:
Enabled: false

FormatString:
Enabled: false

IfUnlessModifier:
Enabled: false

Expand Down

0 comments on commit 5068318

Please sign in to comment.