You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Container] 2018/07/15 21:39:17 Running command yarn run lint | lintly --format=eslint
yarn run v1.7.0
$ eslint --ext .js,.vue src test/unit/specs
Done in 5.52s.
Traceback (most recent call last):
File "/usr/local/bin/lintly", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/lintly/cli.py", line 65, in main
build.execute()
File "/usr/local/lib/python2.7/dist-packages/lintly/builds.py", line 63, in execute
self._all_violations = parser.parse_violations(self.linter_output)
File "/usr/local/lib/python2.7/dist-packages/lintly/parsers.py", line 147, in parse_violations
elif line.startswith('✖'):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: