Skip to content

Commit 6f63faf

Browse files
committed
add robotcode analyze to pre-commits
1 parent 3a5a579 commit 6f63faf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,16 @@ repos:
5757
entry: pytest
5858
language: system
5959
pass_filenames: false
60-
# Robot Framework Tests
60+
# Robot Framework Lint and Tests
61+
- repo: local
62+
hooks:
63+
- id: robot-framework-analyzation
64+
name: Robot Framework Analyzation
65+
entry: robotcode
66+
language: system
67+
pass_filenames: false
68+
args:
69+
- analyze
6170
- repo: local
6271
hooks:
6372
- id: robot-framework-tests

0 commit comments

Comments
 (0)