[buddypress-trac] [BuddyPress Trac] #6825: Warnings after running scsslint build task
buddypress-trac
noreply at wordpress.org
Sat Jan 16 01:25:41 UTC 2016
#6825: Warnings after running scsslint build task
-----------------------------------+------------------------------
Reporter: henry.wright | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Tools - Build Process | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------------+------------------------------
Comment (by netweb):
Turns out I had `scss-lint` v0.38.0 installed myself:
{{{
#!sh
scss-lint (0.38.0)
}}}
Time to uninstall:
{{{
#!sh
$ gem uninstall scss-lint
Remove executables:
scss-lint
in addition to the gem? [Yn] y
Removing scss-lint
Successfully uninstalled scss-lint-0.38.0
}}}
Lets reinstall the outdated version:
{{{
#!sh
$ gem install scss-lint
Fetching: scss-lint-0.38.0.gem (100%)
WARNING: `scss-lint` has been renamed to `scss_lint` to follow proper
RubyGems naming conventions. Update your Gemfile or relevant install
scripts to install `scss_lint`.
Successfully installed scss-lint-0.38.0
1 gem installed
}}}
Sweet, that explains why the package was renamed...
Uninstall that again via `gem uninstall scss-lint`
Now install the correct version:
{{{
#!sh
$ gem install scss_lint
Fetching: scss_lint-0.43.2.gem (100%)
Successfully installed scss_lint-0.43.2
1 gem installed
}}}
In keeping things as clears as mud the executable still contains the
hyphen:
{{{
#!sh
$ scss-lint --version
scss-lint 0.43.2
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6825#comment:8>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list