# File lib/code_analyzer/checker.rb, line 19
    def parse_file?(node_file)
      interesting_files.any? { |pattern| node_file =~ pattern }
    end