Skip to content

Commit b9032b5

Browse files
HarlemSquirrelsds
authored andcommittedNov 13, 2018
Prepare for frozen string literals
- Add the magic comment to all files - Update Overcommit::HookContext::PreCommit to not use encode! - Set Rubocop target Ruby version to 2.3
1 parent f135f93 commit b9032b5

File tree

393 files changed

+789
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

393 files changed

+789
-27
lines changed
 

‎.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.2
2+
TargetRubyVersion: 2.3
33

44
Layout/ClosingParenthesisIndentation:
55
Enabled: false

‎Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
source 'https://rubygems.org'
24

35
gemspec

0 commit comments

Comments
 (0)
Please sign in to comment.