Commit f9fb55f4 authored by Marius Rackwitz's avatar Marius Rackwitz

[Style] Prefer single quotes

parent 78e7c396
......@@ -215,7 +215,7 @@ module Pod
file_patterns = ['Classes/*.{h,m,d}', 'Vendor']
options = {
:exclude_patterns => ['Classes/**/osx/**/*', 'Resources/**/osx/**/*'],
:dir_pattern => "*.{h,hpp,hh,m,mm,c,cpp,swift}",
:dir_pattern => '*.{h,hpp,hh,m,mm,c,cpp,swift}',
:include_dirs => false,
}
@spec.exclude_files = options[:exclude_patterns]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment