diff options
author | Austin Ziegler <austin@zieglers.ca> | 2019-01-27 00:15:29 -0500 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2019-01-27 11:08:38 -0500 |
commit | f07a49b67dcc1e2bad21d7c8f476af0df9e52151 (patch) | |
tree | 532caf445578eacb98ae84da344d2e879c8c3c6d /lib/diff-lcs.rb | |
parent | 07ed577eba341f0ff0d7eebf4c1c2cc23083cba7 (diff) | |
download | diff-lcs-rubocop.tar.gz |
Applied Rubocop rules that I likerubocop
- Other linting configuration also applied.
- Soft-deprecating versions older than 2.3.
Diffstat (limited to 'lib/diff-lcs.rb')
-rw-r--r-- | lib/diff-lcs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diff-lcs.rb b/lib/diff-lcs.rb index 10d6e8a..250392f 100644 --- a/lib/diff-lcs.rb +++ b/lib/diff-lcs.rb @@ -1,3 +1,3 @@ -# -*- ruby encoding: utf-8 -*- +# frozen_string_literal: true require 'diff/lcs' |