Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit a135590

Browse files
fjsanpedroxredo
authored andcommitted
Added rubocop from marstyle repo (#37)
Fixes #22
1 parent 0371391 commit a135590

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pathfinder.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ def call
133133
end
134134
end
135135

136+
create_file '.rubocop.yml' do <<~CODE
137+
inherit_from: https://raw.githubusercontent.com/MarsBased/marstyle/master/ruby/.rubocop.yml
138+
CODE
139+
end
140+
136141
pathfinder.generate_initializers
137142

138143
generate 'rspec:install'

0 commit comments

Comments
 (0)