We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d19d9 commit 9fef65bCopy full SHA for 9fef65b
app/models/source_file_list.rb
@@ -121,7 +121,7 @@ def self.source_file?(file)
121
dir = file.parent.to_s
122
name = file.basename.to_s
123
name.end_with?('.java', '.jsp') ||
124
- (name.end_with?('.xml') && name != 'build.xml' && name != 'pom.xml' && !name.end_with?('checkstyle.xml')) ||
+ (name.end_with?('.xml') && name != 'build.xml' && name != 'pom.xml' && name != 'nbactions.xml' && !name.end_with?('checkstyle.xml')) ||
125
name.end_with?('.properties') ||
126
name.end_with?('.txt') ||
127
name.end_with?('.html') ||
0 commit comments