flipper-plugin-*

Summary: rename plugin packages from `sonar-plugin-*` to `flipper-plugin-*`.

Reviewed By: passy

Differential Revision: D9851211

fbshipit-source-id: bdac568ede0a4a9308138a6c3d60728bb6195a72
This commit is contained in:
Daniel Büchele
2018-09-18 06:38:17 -07:00
committed by Facebook Github Bot
parent 66e77075be
commit 3bea3c88e6
7 changed files with 8 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ function entryPointForPluginFolder(pluginPath) {
return fs
.readdirSync(pluginPath)
.filter(name =>
/*name.startsWith('sonar-plugin') && */ fs
/*name.startsWith('flipper-plugin') && */ fs
.lstatSync(path.join(pluginPath, name))
.isDirectory(),
)