superset-frontend/src/components/DynamicPlugins/index.tsx
Function pluginContextReducer
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function pluginContextReducer(
state: PluginContextType,
action: PluginAction,
): PluginContextType {
switch (action.type) {