Sublime text 2 と SublimeLinter をインストールしました。すべて正常に動作しますが、python ファイルを保存しようとすると、常に次のエラーがスローされます。
Writing file /home/asd/git/regex-gen/regular_expressions.py with encoding UTF-8
An exception occured when running pep8 checker: 'int' object has no attribute 'lineno'
error: Fatal pylint error:
pylint.utils.UnknownMessage: No such message id C0303
なぜこれが起こっているのか分かりますか?
編集: pep8チェックをオフに切り替えようとしましたが、問題はエラーログのみが持続し、次のように少し変更されました:
Writing file /home/asd/git/regex-gen/supportive_functions.py with encoding UTF-8
error: Fatal pylint error:
pylint.utils.UnknownMessage: No such message id C0303