Skip to content

Commit

Permalink
Allow non-ASCII characters in comments πŸ˜… (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Jan 11, 2019
1 parent ba0a05a commit 6b5a2f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Metrics/MethodLength:
Style/AsciiComments:
Enabled: false

Style/AsciiComments:
Enabled: false

Style/Documentation:
Enabled: false

Expand Down

0 comments on commit 6b5a2f5

Please sign in to comment.