Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lintly not working with Python 2 and eslint #6

Open
grantmcconnaughey opened this issue Jul 15, 2018 · 0 comments
Open

Lintly not working with Python 2 and eslint #6

grantmcconnaughey opened this issue Jul 15, 2018 · 0 comments

Comments

@grantmcconnaughey
Copy link
Owner

[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)
renefritze pushed a commit to renefritze/Lintly that referenced this issue Feb 21, 2022
…-gitleaks

Changing readme file for Gitleaks parser of Lintly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant