Skip to content

Correct grammar in NonASCIICharacterChecker #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rules-dev.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1072,8 +1072,8 @@ No parameters
* default level - WarningLevel

#### Justification
Scala allows unicode characters as operators and some editors misbehave when they see non-ascii character.
In a project collaborated by a community of developers. This check can be helpful in such situations.
Scala allows unicode characters as operators and some editors misbehave when they see a non-ascii character.
In a project collaborated on by a community of developers this check can be helpful.


"value".match {
Expand Down Expand Up @@ -1702,4 +1702,4 @@ Some projects prefer not to have XML literals. They could use a templating engin
No parameters

### Example configuration
<pre>&lt;check enabled=&quot;true&quot; class=&quot;org.scalastyle.scalariform.XmlLiteralChecker&quot; level=&quot;warning&quot;/&gt;</pre>
<pre>&lt;check enabled=&quot;true&quot; class=&quot;org.scalastyle.scalariform.XmlLiteralChecker&quot; level=&quot;warning&quot;/&gt;</pre>