static_src/actions/service_actions.js
serviceActions
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
const serviceActions = {
fetchAllServices(orgGuid) {
AppDispatcher.handleViewAction({
type: serviceActionTypes.SERVICES_FETCH,
orgGuid
File service_actions.js
has 289 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* Actions for service entities. Any actions such as fetching, creating,
* updating, etc should go here.
*/
Function fetchAllInstances
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
fetchAllInstances(spaceGuid) {
AppDispatcher.handleViewAction({
type: serviceActionTypes.SERVICE_INSTANCES_FETCH,
spaceGuid
});