Last active
April 17, 2019 08:45
-
-
Save aplz/fa13dfb2be619e5953c37dc17fac4eef to your computer and use it in GitHub Desktop.
locally disable spell checking in pycharm and IDEA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
place the line below above the offensive code part | |
# noinspection SpellCheckingInspection | |
for IDEA, the analogon is | |
@SuppressWarnings("SpellCheckingInspection") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment