Skip to content

Commit 37a0a14

Browse files
committed
Set .R files to be source files
1 parent 8323643 commit 37a0a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/source_file_list.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def self.source_file?(file)
130130
name.end_with?('.hpp') ||
131131
name.end_with?('.h') ||
132132
name.end_with?('.rb') ||
133+
name.end_with?('.R') ||
133134
(dir.include?('/src') && name.end_with?('.py')) ||
134135
dir.include?('/WEB-INF')
135136
end

0 commit comments

Comments
 (0)