Azure / Azure/azure-cli-dev-tools
Adding `.pylintrc` to cli-extension
Open
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
We are developing a cli-extension and after upgrading to azdev 0.1.36 we are seeing multiple pylint issues
It seems the .pylintrc in the root folder is not respected in `azdev style [extension name]`
My current .pylintrc -
```
[MASTER]
ignore=migrations,vendored_sdks
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.