Roman Ivanov
Roman Ivanov
Please [read](https://github.com/checkstyle/checkstyle/blob/master/.github/CONTRIBUTING.md#getting-started) and watch videos at [Starting_Development](https://checkstyle.org/beginning_development.html#Starting_Development). Please make CI green.
@zyadahmed, can you help us fix it ?
Nice reason to create special Check that will forbid usage of special symbols by codes or ranges of codes, I hope in utf table such symbols are in special ranges...
Majority of code doesn't have Unicode symbols at all, ASCII is kind of standard for writing of code. So we can exclude by big ranges. If some runs in conflict,...
I see this Check as IllegalSymbol that validates special symbol by code should not happen in some token. Imagination: ``` ``` ``` ```
It can be default setup of Check , just ASCII codes allowed.
Please refactor https://github.com/checkstyle/contribution/blob/60f7b99d881558794f11d97cb931add3d1a5ca70/checkstyle-tester/diff.groovy#L713 To not use Antbuiler, I pretty sure there is other class that can help us copy directory. Looks like this clas just used for some file system...
we are blocked by https://github.com/checkstyle/contribution/issues/980
I am ok with this proposal. @rnveach , please review.
One more question, should we count inner types in inner types? I think better to skip, but let share ideas. ``` class Foo { interface Bar {} class Baz {...