AurelioDeRosa/Audero-Context-Menu

View on GitHub

Showing 83 of 83 total issues

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

module.exports = function (grunt) {
   require('time-grunt')(grunt);
   require('jit-grunt')(grunt);

   grunt.initConfig({
Severity: Major
Found in Gruntfile.js - About 3 hrs to fix

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

    module.exports = function(config) {
       config.set({
          browsers: ['PhantomJS'],
          browserNoActivityTimeout: 1500,
          captureTimeout: 3000,
    Severity: Minor
    Found in karma.conf.js - About 2 hrs to fix

      Function init has 42 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

         function init($elements, options) {
            if (typeof options === 'string') {
               options = {
                  idMenu: options
               };
      Severity: Minor
      Found in src/js/jquery.auderoContextMenu.js - About 1 hr to fix

        Use of !important
        Open

            margin: 0 !important;

        Rule doesn't have all its properties in alphabetical order.
        Open

        .signature-attributes {
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Rule doesn't have all its properties in alphabetical order.
        Open

        .tag {
        Severity: Minor
        Found in doc/styles/prettify-jsdoc.css by csslint

        Heading (h3) has already been defined.
        Open

        h2, h3
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Rule doesn't have all its properties in alphabetical order.
        Open

        .code-caption
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Element (li.L8) is overqualified, just use .L8 without element name.
        Open

        li.L8,
        Severity: Minor
        Found in doc/styles/prettify-tomorrow.css by csslint

        Use of !important
        Open

           padding: 2px 5px !important;

        Values of 0 shouldn't have units specified.
        Open

            padding: 0px 4px;
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        The box-sizing property isn't supported in IE6 and IE7.
        Open

            box-sizing: border-box;
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Rule doesn't have all its properties in alphabetical order.
        Open

        nav ul {
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Heading (h1) has already been defined.
        Open

        h1
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Adjoining classes: .prettyprint.linenums li.selected *
        Open

        .prettyprint.linenums li.selected *
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Element (li.L6) is overqualified, just use .L6 without element name.
        Open

        li.L6,
        Severity: Minor
        Found in doc/styles/prettify-tomorrow.css by csslint

        Element (span.line) is overqualified, just use .line without element name.
        Open

        .prettyprint code span.line
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint

        Element (li.L0) is overqualified, just use .L0 without element name.
        Open

        li.L0,
        Severity: Minor
        Found in doc/styles/prettify-tomorrow.css by csslint

        The universal selector (*) is known to be slow.
        Open

        ul.audero-context-menu *

        Don't use IDs in selectors.
        Open

        #main {
        Severity: Minor
        Found in doc/styles/jsdoc-default.css by csslint
        Severity
        Category
        Status
        Source
        Language