sublimetext3sublime-anaconda

Disable Anaconda on all files of a directory


I'm using Anaconda plugin for Sublime Text, and I would like to open the code files inside a directory without getting all the warnings/errors highlights from this plugin.

Is there a way to disable Anaconda for all files in a project's subdirectory? Or to disable just the PEP8 warnings, only for the files of that subdirectory?


Solution

  • You can't disable the linting for an specific directory but you can disable it for any file that you like opening the Command Palette and selecting Anaconda: Disable linting on this file.

    You can also disable the linting alltogether setting anaconda_linting to false but I rather discourage that.