So, I have been using Sublime for a while as a simple text editor, but I dare to ground plugins to work, and I am faced with the problem of getting pylint to work. In particular, I installed it and the Sublime package manager works for me, but I'm not sure how to include paths in my sublime settings.
I did not find very useful documentation on this, but if you want to point me to this, this will be a perfectly acceptable answer. My main problem is that currently every time I save the file, the following error message appears:
"Please define the full path to 'lint.py' in the settings"
I understand this error message, which is great, I just have no idea where the sublime settings or the standard format for determining the path. Any help would be appreciated.
source share