arkency/devsnap

View on GitHub

Showing 2 of 6 total issues

Function default has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function() {
  this.namespace = 'api/v1';

  this.get('/developers', ({ developers }, request) => {
    return this._paginate(developers, request);
Severity: Minor
Found in frontend/mirage/config.js - About 1 hr to fix

    Function exports has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function(environment) {
      var ENV = {
        modulePrefix: 'devsnap',
        environment: environment,
        baseURL: '/',
    Severity: Minor
    Found in frontend/config/environment.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language