SSE4

Results 172 comments of SSE4

this one? https://github.com/conan-io/conan/issues/7064

I suppose it should be a part of https://github.com/conan-io/conan/issues/10607

![giphy](https://user-images.githubusercontent.com/870236/116435355-74412b00-a875-11eb-9260-7f0f0864007a.gif)

I am not sure docstrings are good choice, as they will require users to inspect python code, which implies some python knowledge. I already have heard many complains that conan...

do hooks have an access to the conan config via some API?

yeah, I mean `conan.conf`, I use occam's razor here, as we already have an entity to handle configuration, when may be it's not necessary to invent a new wheel?

as a side note, we're currently very inconsistent in usage of configuration files: - YAML: `settings.yml`, `conanws.yml` - INI: `conan.conf`, `conanfile.txt`, conan profiles, layouts - JSON: `registry.json` may be there...

I would prefer to avoid re-inventing the wheel and use some common practices about config files in general: 1. use a global file (doesn't matter now json/xml/toml/ini/yaml/etc) within `XDG_CONFIG_HOME` directory....

@jgsogo do you have an example of how we can implement such a check with `conans/pylint_plugin.py`? will we need to maintain black/white list of functions in Conan codebase? will we...