mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Rubocop upgraded #2711
This commit is contained in:
parent
59c73fca9e
commit
7530d6ecab
33 changed files with 115 additions and 91 deletions
|
@ -33,7 +33,6 @@ end
|
|||
|
||||
module Autodoc
|
||||
class Document
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def route_info_doc
|
||||
return unless example.metadata[:route_info_doc]
|
||||
route = request.env["rack.routing_args"][:route_info]
|
||||
|
@ -57,7 +56,6 @@ module Autodoc
|
|||
|
||||
pretty_table(rows).join("\n")
|
||||
end
|
||||
# rubocop:enable Metrics/AbcSize
|
||||
|
||||
def pretty_table(rows)
|
||||
# longest_in_col = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue