mirror of
https://github.com/Reuh/SublimeLinter-contrib-cancheck.git
synced 2025-10-27 04:09:30 +00:00
Rename to cancheck
This commit is contained in:
parent
35508499f5
commit
ece53439c1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
from SublimeLinter.lint import Linter
|
||||
|
||||
|
||||
class Luacheck(Linter):
|
||||
class Cancheck(Linter):
|
||||
cmd = 'cancheck - --formatter=plain --codes --ranges --filename ${file}'
|
||||
regex = (
|
||||
r'^.+:(?P<line>\d+):(?P<col>\d+)\-(?P<col_end>\d+): '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue