Method: CodeAnalyzer::Checker#interesting_files

Defined in:
lib/code_analyzer/checker.rb

#interesting_filesObject

interesting files that the check will parse.



12
13
14
# File 'lib/code_analyzer/checker.rb', line 12

def interesting_files
  self.class.interesting_files
end