Skip to content

Instantly share code, notes, and snippets.

@ramiroluz
Created October 29, 2013 18:54
Show Gist options
  • Save ramiroluz/7220492 to your computer and use it in GitHub Desktop.
Save ramiroluz/7220492 to your computer and use it in GitHub Desktop.
csslint error.
$ cat codeanalysis.cfg
[buildout]
extends =
buildout.cfg
auto-checkout = plone.recipe.codeanalysis
parts += code-analysis
[sources]
plone.recipe.codeanalysis = git https://github.com/plone/plone.recipe.codeanalysis.git
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src
csslint = True
$ cat tests.cfg
[buildout]
....
[versions]
# egg versions that are not part of the release, but should still be pinned
# so our development builds are repeatable
collective.recipe.sphinxbuilder = 0.7.1
#pep8 = 1.4.3
pep8 = 1.4.6
plone.recipe.command = 1.1
selenium = 2.29.0
unittest-jshint = 1.0
....
$ cat .csslintrc
--format=compact
--quiet
--ignore=adjoining-classes,floats,font-faces,font-sizes,ids,qualified-headings,unique-headings
$ csslint /home/ramiro/python/plone/plone43devel
/usr/local/lib/node_modules/csslint/cli.js:0
^
Error: ELOOP, too many symbolic links encountered '/home/ramiro/python/plone/plone43devel/parts/packages/Products/bin'
at Object.fs.statSync (fs.js:684:18)
at /usr/local/lib/node_modules/csslint/cli.js:352:31
at Array.forEach (native)
at traverse (/usr/local/lib/node_modules/csslint/cli.js:350:45)
at /usr/local/lib/node_modules/csslint/cli.js:359:21
at Array.forEach (native)
at traverse (/usr/local/lib/node_modules/csslint/cli.js:350:45)
at /usr/local/lib/node_modules/csslint/cli.js:359:21
at Array.forEach (native)
at traverse (/usr/local/lib/node_modules/csslint/cli.js:350:45)
at /usr/local/lib/node_modules/csslint/cli.js:359:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment