Showing 83 of 83 total issues
Function exports
has 75 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (grunt) {
require('time-grunt')(grunt);
require('jit-grunt')(grunt);
grunt.initConfig({
Function exports
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(config) {
config.set({
browsers: ['PhantomJS'],
browserNoActivityTimeout: 1500,
captureTimeout: 3000,
Function init
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function init($elements, options) {
if (typeof options === 'string') {
options = {
idMenu: options
};
Use of !important Open
Open
margin: 0 !important;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.signature-attributes {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.tag {
- Exclude checks
Heading (h3) has already been defined. Open
Open
h2, h3
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.code-caption
- Exclude checks
Element (li.L8) is overqualified, just use .L8 without element name. Open
Open
li.L8,
- Exclude checks
Use of !important Open
Open
padding: 2px 5px !important;
- Exclude checks
Values of 0 shouldn't have units specified. Open
Open
padding: 0px 4px;
- Exclude checks
The box-sizing property isn't supported in IE6 and IE7. Open
Open
box-sizing: border-box;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
nav ul {
- Exclude checks
Heading (h1) has already been defined. Open
Open
h1
- Exclude checks
Adjoining classes: .prettyprint.linenums li.selected * Open
Open
.prettyprint.linenums li.selected *
- Exclude checks
Element (li.L6) is overqualified, just use .L6 without element name. Open
Open
li.L6,
- Exclude checks
Element (span.line) is overqualified, just use .line without element name. Open
Open
.prettyprint code span.line
- Exclude checks
Element (li.L0) is overqualified, just use .L0 without element name. Open
Open
li.L0,
- Exclude checks
The universal selector (*) is known to be slow. Open
Open
ul.audero-context-menu *
- Exclude checks
Don't use IDs in selectors. Open
Open
#main {
- Exclude checks