Skip to content

Commit

Permalink
Make all require types consistent (#12864)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored and Josh Holtz committed Jul 12, 2018
1 parent 63bd15e commit 225f839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -294,6 +294,7 @@ Style/MethodCallWithArgsParentheses:
IgnoredMethods:
- 'require'
- 'require_relative'
- 'fastlane_require'
- 'gem'
- 'program'
- 'command'
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
@@ -1,5 +1,5 @@
require 'fileutils'
fastlane_require('xcodeproj')
fastlane_require 'xcodeproj'

skip_docs # Do not create fastlane/README.txt

Expand Down

0 comments on commit 225f839

Please sign in to comment.