We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5a579 commit 6f63fafCopy full SHA for 6f63faf
1 file changed
.pre-commit-config.yaml
@@ -57,7 +57,16 @@ repos:
57
entry: pytest
58
language: system
59
pass_filenames: false
60
- # Robot Framework Tests
+ # 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
70
- repo: local
71
hooks:
72
- id: robot-framework-tests
0 commit comments