-
Notifications
You must be signed in to change notification settings - Fork 0
/
.robocop
27 lines (23 loc) · 1.09 KB
/
.robocop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#########################################################
# Robocop configuration for ods-ci coding style guide #
#########################################################
#########################################################
# Excluded rules #
#########################################################
--exclude could-be-forced-tags
--exclude if-can-be-used
--exclude todo-in-comment
#--exclude missing-doc-suite
#--exclude missing-doc-test-case
#--exclude missing-doc-keyword
#########################################################
# Code quality gates #
#########################################################
#--configure return_status:quality_gate:E=0:W=769:I=79
#########################################################
# Rule configuration #
#########################################################
# too-many-calls-in-keyword (default = 10)
#--configure too-many-calls-in-keyword:max_calls:12
# line-too-long:line_length (default = 120)
#--configure line-too-long:line_length:130