Can't get Intellij Inspect to read dictionary file
I am trying to use the Intellij Inspect feature of team city, however I get many typos flagged by the tool. These typos should be ignored if it was using my dictionary file. However the project level dictionary file seems to be ignored and I can find no way to add a cachedDictionary file in the normal path that is used by Intellij. How do you configure the inspect to use a dictionary file?
Please sign in to leave a comment.
It is in that location yes. I finally figured out what it was. .idea is in my . gitignore file. I had to explicitly add it and then it started working. Would be a good feature to support outside dictionary files as it has always been a practice to ignore the .idea folder on teams I have worked on.