Skip to:
Content

BuddyPress.org

Changeset 9747


Ignore:
Timestamp:
04/13/2015 10:11:07 PM (9 years ago)
Author:
djpaul
Message:

Grunt: increase NestingDepth size and disable another two linter rules; DeclarationOrder, Shorthand.

These properties are questionable and need to be investigated to see if they are beneficial rules that we want to reinstate.
For #6291

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.scss-lint.yml

    r9746 r9747  
    2626
    2727  DeclarationOrder:
    28     enabled: true
     28    enabled: false
    2929
    3030  DuplicateProperty:
     
    8989  NestingDepth:
    9090    enabled: true
    91     max_depth: 5
     91    max_depth: 7
    9292
    9393  PlaceholderInExtend:
     
    123123
    124124  Shorthand:
    125     enabled: true
     125    enabled: false
    126126
    127127  SingleLinePerProperty:
Note: See TracChangeset for help on using the changeset viewer.