Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
7430a599
Commit
7430a599
authored
Aug 26, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RuboCop] Ignore regexp literal false positive
parent
d08d3017
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
integration.rb
spec/integration.rb
+2
-0
No files found.
spec/integration.rb
View file @
7430a599
...
...
@@ -137,12 +137,14 @@ describe_cli 'pod' do
/lib/cocoapods_plugin.rb # The actual plugin file that gets loaded
}iox
,
'`\1/lib/cocoapods_plugin.rb'
# rubocop:disable Style/RegexpLiteral
s
.
replace_pattern
%r{
^(
\s
*
\$
\s
(CURL_BIN |
#{
`which curl`
.
strip
}
) .*
\n
)
^
\s
* %
\s
* Total .*
\n
^
\s
* Dload
\s
* Upload .*
\n
(^
\s
* [[:cntrl:]] .*
\n
)+
}iox
,
"
\\
1
\n
"
# rubocop:enable Style/RegexpLiteral
end
describe
'Pod install'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment