getFinder() ->exclude('config') ->exclude('data') ->notPath('3rdparty') ->notPath('build/integration/vendor') ->notPath('build/lib') ->notPath('build/node_modules') ->notPath('build/stubs') ->notPath('composer') ->notPath('node_modules') ->notPath('vendor') ->in(__DIR__); return $config;