We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8323643 commit 37a0a14Copy full SHA for 37a0a14
1 file changed
app/models/source_file_list.rb
@@ -130,6 +130,7 @@ def self.source_file?(file)
130
name.end_with?('.hpp') ||
131
name.end_with?('.h') ||
132
name.end_with?('.rb') ||
133
+ name.end_with?('.R') ||
134
(dir.include?('/src') && name.end_with?('.py')) ||
135
dir.include?('/WEB-INF')
136
end
0 commit comments