I recently started using Atom IDE on Linux and I really like it. But I have come to small annoyance while developing a web2py application. I have installed linter and have tried several python extensions for linter (linter-python, pylint, etc.) but I can't seem to configure any of the linters to ignore the global web2py identifiers, which is really annyoing because they are used a lot. E.g. the "response" and "request" names are always shown as errors.
In my research I found a solution for the sublime-text IDE which I don't own: https://gist.github.com/maribo/4086469
Does anybody know if there is a similar solution in Atom or if there is any other package I can use?
Thanks in advance