Skip to content

Commit a52f643

Browse files
committed
Fix: rubocop.
1 parent d448343 commit a52f643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tasks/web.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ namespace :slack do
2828
].flatten.each_with_object({}) do |path, result|
2929
file_name = File.basename(path, '.json')
3030
next if File.dirname(path).split('/').last.start_with?('_') # skip _common, _errors, etc.
31+
3132
prefix = file_name.split('.')[0..-2].join('.')
3233
name = file_name.split('.')[-1]
3334
result[prefix] ||= {}

0 commit comments

Comments
 (0)