Grayson H

Results 8 comments of Grayson H

Version ``` > flake8 --version 3.7.9 (flake8-bugbear: 19.8.0, mccabe: 0.6.1, pycodestyle: 2.5.0, pyflakes: 2.1.1) CPython 3.7.5 on Darwin ```

Here's a repo you can clone with some examples in it. https://github.com/minusworld/flake8-B001-examples The three files used were pulled from: https://raw.githubusercontent.com/bponsler/roslaunch_to_dot/92e1515bd2a8fa70dd41149e761183819f7ad532/tests/run_tests.py https://raw.githubusercontent.com/mozilla/release-services/7639c9b67bd3076348e0e682af6e2c77738ab07b/src/tooltool/client/tooltool.py https://github.com/BitconFeng/Deep-Feature-video/blob/fff73fbcd0e21d5db566d2b63c644e18b2732551/lib/dataset/imdb.py#L244 Let me know if there's anything else that...

I have experienced this behavior before; it appears to me that specifying a target directly on the CLI overrides the defaults for that language and `paths.include` is only a filter...

Hey @Sjord, thanks for filing. This is a known issue between how the registry stores rules (in a database) and the semgrep-rules repository. Deletions don't sync since the logic to...

> Oh btw, how does one disable this single rule? I mean there is no way to do `#nosemgrep python.django.correctness.nontext-field-must-set-null-true.nontext-field-must-set-null-true` without going over my 88 line-length... There's not currently a...

The metadata check isn't for a relveant rule 🤔 Merging anyway