Skip to content

Commit 999b839

Browse files
committed
chore: add some robocop ignore rules in testdata
1 parent 987ea42 commit 999b839

File tree

1 file changed

+5
-0
lines changed
  • tests/robotcode/language_server/robotframework/parts/data

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tool.robocop.lint]
2+
ignore = [
3+
"unused-variable",
4+
"unused-argument"
5+
]

0 commit comments

Comments
 (0)