getPaths() as $path) { // Don't try to lint deleted files or changed directories. if (!Filesystem::pathExists($path) || is_dir($path)) { continue; } if (preg_match('/\.(cpp|c|cc|cxx|h|hh|hpp|hxx|tcc)$/', $path)) { $paths[] = $path; } } $howtoeven = new FacebookHowtoevenLinter(); $howtoeven->setPaths($paths); return array($howtoeven); } }