This commit is contained in:
Miguel Savignano 2019-11-02 23:19:43 +01:00
parent 78e98633e0
commit 21926a5e7d
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Style/Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Max: 150

View File

@ -19,6 +19,7 @@ class ReportAdapter
end
private
def table_head
"| Type | covered | minimum |\n| ----- | ------- | ------- |"
end