decko-commons/decko

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Use only ascii symbols in comments.
Open

# This mod is strongly recommended for platypuses – coders working on the decko core
Severity: Minor
Found in Gemfile by rubocop

This cop checks for non-ascii (non-English) characters in comments. You could set an array of allowed non-ascii chars in AllowedChars attribute (empty by default).

Example:

# bad
# Translates from English to 日本語。

# good
# Translates from English to Japanese

There are no issues that match your filters.

Category
Status