Commit dedd11ab authored by Kyle Fuller's avatar Kyle Fuller

[Rubocop] Enable Lint/EndAlignment

parent df58c20b
...@@ -5,11 +5,6 @@ ...@@ -5,11 +5,6 @@
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again. # versions of RuboCop, may require this file to be generated again.
# Offense count: 10
# Configuration parameters: AlignWith, SupportedStyles.
Lint/EndAlignment:
Enabled: false
# Offense count: 3 # Offense count: 3
Lint/UselessAccessModifier: Lint/UselessAccessModifier:
Enabled: false Enabled: false
......
...@@ -133,6 +133,6 @@ module Pod ...@@ -133,6 +133,6 @@ module Pod
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
end end
end
end end
end end
end
...@@ -46,6 +46,6 @@ module Pod ...@@ -46,6 +46,6 @@ module Pod
#-----------------------------------------------------------------------# #-----------------------------------------------------------------------#
end end
end
end end
end end
end
...@@ -167,7 +167,8 @@ module Pod ...@@ -167,7 +167,8 @@ module Pod
types = results.map(&:type).uniq types = results.map(&:type).uniq
if types.include?(:error) then :error if types.include?(:error) then :error
elsif types.include?(:warning) then :warning elsif types.include?(:warning) then :warning
else :note end else :note
end
end end
# @return [Symbol] # @return [Symbol]
......
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