Hi.
For static analysis of Java code in SublimeText Build 4169, I am using two plugins - SublimeLinter and SublimeLinter-contrib-checkstyle. They work fine. However, I need to specify my own XML file with my style rules instead of the standard. I couldn’t find an official solution to this problem anywhere. I came up with a workaround by editing the linter.py files and specifying the path to my XML file in them. But this doesn’t work for Linux and macOS. Has anyone faced a similar issue and found a solution?
Thanks.