Set Style/AlignHash EnforcedHashRocketStyle to 'table'
This commit is contained in:
parent
eb56ca8c41
commit
2caff755c4
|
@ -145,7 +145,7 @@ Style/Alias:
|
|||
Style/AlignArray:
|
||||
Enabled: false
|
||||
Style/AlignHash:
|
||||
SupportedLastArgumentHashStyles: always_ignore
|
||||
EnforcedHashRocketStyle: table
|
||||
Style/AlignParameters:
|
||||
EnforcedStyle: with_fixed_indentation
|
||||
Enabled: false
|
||||
|
|
|
@ -5,8 +5,8 @@ module Jekyll
|
|||
COMMAND_OPTIONS = {
|
||||
"ssl_cert" => ["--ssl-cert [CERT]", "X.509 (SSL) certificate."],
|
||||
"host" => ["host", "-H", "--host [HOST]", "Host to bind to"],
|
||||
"open_url" => ["-o", "--open-url", "Launch your browser with your site."],
|
||||
"detach" => ["-B", "--detach", "Run the server in the background (detach)"],
|
||||
"open_url" => ["-o", "--open-url", "Launch your site in a browser"],
|
||||
"detach" => ["-B", "--detach", "Run the server in the background"],
|
||||
"ssl_key" => ["--ssl-key [KEY]", "X.509 (SSL) Private Key."],
|
||||
"port" => ["-P", "--port [PORT]", "Port to listen on"],
|
||||
"baseurl" => ["-b", "--baseurl [URL]", "Base URL"],
|
||||
|
|
Loading…
Reference in New Issue