Skip to content

Commit

Permalink
Slight refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed Jul 28, 2016
1 parent c55c172 commit e6ef01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/playground_book_lint/page_manifest_linter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module PlaygroundBookLint
# A linter for verifying the contents of a page's Manifest.plist
class PageManifestLinter < ManifestLinter
SUPPORTED_LIVE_VIEW_MODES = ['VisibleByDefault', 'HiddenByDefault']
SUPPORTED_LIVE_VIEW_MODES = %w(VisibleByDefault HiddenByDefault).freeze

def lint
super()
Expand Down

0 comments on commit e6ef01b

Please sign in to comment.