Commit afe424ff authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Enable Style/TrivialAccessors

parent 0d4ec7a2
......@@ -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
......@@ -27,9 +27,7 @@ module Pod
@output << message
end
def gets
@next_input
end
alias_method :gets, :next_input
def print_warnings
end
......
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