Skip to:
Content

BuddyPress.org

Changeset 10450 for trunk/.scss-lint.yml


Ignore:
Timestamp:
01/16/2016 01:11:57 PM (10 years ago)
Author:
hnla
Message:

Update scss-lint
Commit addresses outdated scss-lint version.
Updates .travis.yml to install new gem version sccs_lint.
Updates scss-lint.yml config to ignore double colon warnings

N.B. Existing installs scss-lint gem version will need to be uninstalled and new version installed.

  1. Run gem uninstall scss-lint and when prompted remove the executable as well by hitting y
  2. Install the latest Ruby gem by running gem install scss_lint

With thanks to netweb for looking into the linting issue & providing solution.

Fixes #6825 Props netweb, henry.wright, hnla

File:
1 edited

Legend:

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

    r10405 r10450  
    108108    extra_properties: []
    109109
     110  PseudoElement:
     111    enabled: false
     112
    110113  QualifyingElement:
    111114    enabled: false
Note: See TracChangeset for help on using the changeset viewer.