This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
Seems like the error is coming from Semgrep, which apparently expects a config to be specified. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[WARN Sun 25 Jun 2023 08:42:00 PM -03] /home/jab/.local/share/nvim/site/pack/packer/start/null-ls.nvim/lua/null-ls/generators.lua:94: failed to run generator: ...t/null-ls.nvim/lua/null-ls/helpers/generator_factory.lua:220: error in generator output: {"errors": [{"code": 7, "level": "error", "message": "No config given. Run with
--config autoor see https://semgrep.dev/docs/running-rules/ for instructions on running with a specific config\n", "type": "SemgrepError"}], "paths": {"_comment": "<add --verbose for a list of skipped paths>", "scanned": []}, "results": [], "version": "1.27.0"}
I get this warning when I open a python file, Everything works besides that warning and I have no idea why it is showing. I have reinstalled Pyright and Black in case they were the problems but didn't work
Beta Was this translation helpful? Give feedback.
All reactions