snibox/snibox

View on GitHub
app/javascript/snibox/api/backend.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  save() {
    let snippetFilesAttributes = []
    this.component.$store.state.labelSnippets.edit.snippetFiles.forEach((snippetFile, index) => {
      snippetFilesAttributes.push({
        id: snippetFile.id || null,
Severity: Minor
Found in app/javascript/snibox/api/backend.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status