Skip to content

Commit

Permalink
Use pragma to disable mutable constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Jan 15, 2016
1 parent 94824d1 commit 3d3897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_interaction/filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module ActiveInteraction
# Describes an input filter for an interaction.
class Filter
# @return [Hash{Symbol => Class}]
CLASSES = {}
CLASSES = {} # rubocop:disable Style/MutableConstant
private_constant :CLASSES

# @return [Hash{Symbol => Filter}]
Expand Down

0 comments on commit 3d3897c

Please sign in to comment.