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?

0
2 comments
Hello,
Do you have the dictionary file(s) available under .idea/dictionaries?
If so, could you please share the following information so that we can help you further:
-TeamCity version;
-Screenshot of your Inspection Build Step configuration;
-Build log of a build where this problem occurs;
-Sample project with this problem. 
 
You can send the information safely using our upload service and sharing the Upload ID with us.
 
Thank you,
 
Guilherme
0

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.

1

Please sign in to leave a comment.