Skip to content

Commit 428186a

Browse files
committed
Disable robocop
1 parent 3782976 commit 428186a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/lint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ def call_with_print(args):
8888
],
8989
# ["pylint", *ALL_PY],
9090
["robotidy", *ALL_ROBOT],
91-
["robocop", *ROBOCOP, *ALL_ROBOT],
91+
# see https://github.com/jupyter-lsp/jupyterlab-lsp/issues/911
92+
# ["robocop", *ROBOCOP, *ALL_ROBOT],
9293
["python", "scripts/atest.py", "--dryrun", "--console", "dotted"],
9394
["python", "scripts/nblint.py"],
9495
],

0 commit comments

Comments
 (0)