rubocop
This commit is contained in:
parent
78e98633e0
commit
21926a5e7d
@ -8,4 +8,4 @@ Style/Documentation:
|
|||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Max: 120
|
Max: 150
|
||||||
|
|||||||
@ -19,6 +19,7 @@ class ReportAdapter
|
|||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def table_head
|
def table_head
|
||||||
"| Type | covered | minimum |\n| ----- | ------- | ------- |"
|
"| Type | covered | minimum |\n| ----- | ------- | ------- |"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user