Custom rules for file type
Answered
Hello,
I have an ‘properties’ file that i want to add a custom rule/linting to that if a user enters text with a single quote, an error is shown. Is it possible to set this up in intellij IDEA?
Reason being, is we are utilizing the MessageFormat() method which requires double single quotes to be specified.
Please sign in to leave a comment.
Hello, Callum R. Could you please check if setting up the custom inspection as described in this article helps you?
Hello,
Yes this is what i was after. Thank you :)