Cody

Results 5 issues of Cody

### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 32.194.0 ### If you're self-hosting Renovate, select which platform you...

type:bug
reproduction:needed
status:requirements
priority-5-triage

Would like to see an option such as `screenSizeHide` that takes a string that is a pixel value, em, rem, etc. This would set the screen size at which the...

When running the recipe_linter.py checker, it seems to not report the missing-function-docstring for most of the builtin Conan functions. But with Conan 1.24, `init` was added as a function, and...

bug

I have a .pylintrc file with the following contents ``` [MESSAGES CONTROL] disable=missing-module-docstring, missing-class-docstring, missing-function-docstring ``` When I point the `CONAN_PYLINTRC` environment variable at this file, I still get the...