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:
committed by
Facebook Github Bot
parent
66e77075be
commit
3bea3c88e6
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user