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
afe424ff
Commit
afe424ff
authored
Jan 05, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RuboCop] Enable Style/TrivialAccessors
parent
0d4ec7a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
.rubocop_todo.yml
.rubocop_todo.yml
+0
-6
user_interface.rb
spec/spec_helper/user_interface.rb
+1
-3
No files found.
.rubocop_todo.yml
View file @
afe424ff
...
...
@@ -36,9 +36,3 @@ Style/GlobalVars:
# Configuration parameters: MaxSlashes.
Style/RegexpLiteral
:
Enabled
:
false
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
Style/TrivialAccessors
:
Enabled
:
false
spec/spec_helper/user_interface.rb
View file @
afe424ff
...
...
@@ -27,9 +27,7 @@ module Pod
@output
<<
message
end
def
gets
@next_input
end
alias_method
:gets
,
:next_input
def
print_warnings
end
...
...
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