app/javascript/js/controllers/fields/tags_field_controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function tagifyOptions has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get tagifyOptions() {
    let options = {
      whitelist: this.whitelistItemsValue,
      blacklist: this.disallowedItemsValue,
      enforceWhitelist: this.enforceSuggestionsValue,
Severity: Minor
Found in app/javascript/js/controllers/fields/tags_field_controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status