Skip to content

Commit d0a1ae8

Browse files
committed
Enable Layout/TrailingEmptyLines cop
1 parent c4fd27b commit d0a1ae8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

defaults.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ Style/StringLiterals:
1616
Lint/AmbiguousBlockAssociation:
1717
Exclude:
1818
- 'spec/**/*'
19+
20+
Layout/TrailingEmptyLines:
21+
Enabled: true

lib/rubocop-veeqo.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubocopVeeqo
4-
VERSION = '0.0.1'
4+
VERSION = '0.0.2'
55
end

0 commit comments

Comments
 (0)