Skip to content

Commit

Permalink
EPMRPP-90342 || Decrease test lines limit
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Jun 24, 2024
1 parent dad0516 commit 07fcac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project.ext {
limits = [
'instruction': 70,
'branch' : 51,
'line' : 74,
'line' : 72,
'complexity' : 60,
'method' : 65,
'class' : 90
Expand Down

0 comments on commit 07fcac3

Please sign in to comment.