mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-25 06:48:18 -05:00
@@ -152,5 +152,3 @@ Style/SymbolArray:
|
||||
Enabled: false
|
||||
Style/TrailingCommaInLiteral:
|
||||
EnforcedStyleForMultiline: consistent_comma
|
||||
Style/UnneededCapitalW:
|
||||
Enabled: false
|
||||
|
||||
@@ -85,7 +85,7 @@ module Jekyll
|
||||
:StartCallback => start_callback(opts["detach"]),
|
||||
:BindAddress => opts["host"],
|
||||
:Port => opts["port"],
|
||||
:DirectoryIndex => %W(
|
||||
:DirectoryIndex => %w(
|
||||
index.htm
|
||||
index.html
|
||||
index.rhtml
|
||||
|
||||
@@ -44,7 +44,7 @@ module Jekyll
|
||||
# are not in safe mode.)
|
||||
|
||||
def valid_processors
|
||||
%W(rdiscount kramdown redcarpet) + third_party_processors
|
||||
%w(rdiscount kramdown redcarpet) + third_party_processors
|
||||
end
|
||||
|
||||
# Public: A list of processors that you provide via plugins.
|
||||
|
||||
Reference in New Issue
Block a user