drinkingvideogames/mixer

View on GitHub
src/actions/constants.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

game: {
ADD: {
SUCCESS: 'game/ADD/SUCCESS',
FAILED: 'game/ADD/FAILED'
},
Severity: Minor
Found in src/actions/constants.js and 1 other location - About 55 mins to fix
src/actions/constants.js on lines 2..15

Similar blocks of code found in 2 locations. Consider refactoring.
Open

genre: {
ADD: {
SUCCESS: 'genre/ADD/SUCCESS',
FAILED: 'genre/ADD/FAILED'
},
Severity: Minor
Found in src/actions/constants.js and 1 other location - About 55 mins to fix
src/actions/constants.js on lines 16..29

There are no issues that match your filters.

Category
Status