Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 319 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 319 Bytes

Description

Checks that there are no cyrillic characters in the source code.

Settings example

Module level

This linter has settings.

linters-settings:
  no-cyrillic:
    exclude-rules:
      files:
        - path/to/file.go
        - path/to/file.yaml
      directories:
        - path/to/dir