Is there a way to add a directory inside pylintrc file the same way that wyou would specify a directory at CLI?
Goal is not to have to type pylint --recursive=y <path1> <path2>
and just type pylint
I only see ways to exclude directories in pylintrc file, but not to specify directories.