owncloud/core

View on GitHub
apps/files/js/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        initialize: function() {
            this.navigation = new OCA.Files.Navigation($('#app-navigation'));
            this.$showHiddenFiles = $('input#showhiddenfilesToggle');
            var showHidden = $('#showHiddenFiles').val() === "1";
            this.$showHiddenFiles.prop('checked', showHidden);
Severity: Minor
Found in apps/files/js/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status