sobolevn

Results 602 issues of sobolevn

# Rule request ## Thesis This code does not raise a single violation that `x` might not be defined: ```python try: function_that_raises() x = 1 except: ... print(x) ``` One...

help wanted
rule request
Hacktoberfest
level:advanced

https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning

feature

As @orsinium said I need to create a ROADMAP for funding (similar to #409). There I can describe what I am going to use money for. Like: - $10 will...

feature
documentation

# Rule request ## Thesis Original idea belongs to: Tin Markovic. We need to detect functions that use too much dynamic features of python or so called "magic". So, it...

rule request
level:advanced

# Bug report ## What's wrong Currently we allow brackets that located like so: ```python xy = [[ ] ] ``` ## How is that should be This should raise...

bug
help wanted
Hacktoberfest
level:advanced

I wonder if there are any `flake8` playgrounds right there. It would be nice to have one.

feature
documentation

https://support.codacy.com/hc/en-us/articles/207994725-Tool-Developer-Guide

feature
dependencies
Hacktoberfest
level:advanced

Hi, do you have any plans on supporting Gitlab in the nearest future?

enhancement

Hi! Right now all plugins are in the same category. It is absolutely impossible to navigate through them. May be it will be wise to separate them?