huridocs/uwazi

View on GitHub
app/react/App/RouteHandler.js

Summary

Maintainability
A
0 mins
Test Coverage
A
95%

Prop type "object" is forbidden
Open

  router: PropTypes.object,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

'routes' PropType is defined but prop is never used
Open

  routes: PropTypes.array,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Definition for rule 'node/no-restricted-import' was not found.
Open

/** @format */
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type "object" is forbidden
Open

  params: PropTypes.object,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

propType "routes" is not required, but has no corresponding defaultProps declaration.
Open

  routes: PropTypes.array,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type "object" is forbidden
Open

  location: PropTypes.object,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type "array" is forbidden
Open

  matches: PropTypes.array,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prefer named exports.
Open

export default RouteHandler;
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

propType "location" is not required, but has no corresponding defaultProps declaration.
Open

  location: PropTypes.object,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type "object" is forbidden
Open

  store: PropTypes.object,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

propType "matches" is not required, but has no corresponding defaultProps declaration.
Open

  matches: PropTypes.array,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type "array" is forbidden
Open

  routes: PropTypes.array,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status