Advertisement
python_notes

Disable linter on Sublime Text 3

Aug 26th, 2014
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1. # Disabling the linter on Sublime Text 3
  2. # (AKA) Remove shitty white boxes around code on Sublime Text 3
  3.  
  4. # reference:  https://sublime.wbond.net/packages/Anaconda
  5.      
  6. # First press CMD + Shift + P to open The command pallet then type one of the two commands in below.
  7.      
  8.      
  9.      
  10.     Turn it off
  11.      
  12.     Anaconda: Disable linting on this file
  13.      
  14.      
  15.     Turn it on  
  16.      
  17.     Anaconda: Enable linting on this file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement