Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は pep8 に従わない (修正できない) 十分なコードを扱っており、syntastic が pep8 構文チェッカーを使用しないようにしたいと考えています。無効にする方法はありますか?
クリスチャンの答えに追加します。特定のチェッカー引数を追加することもできます:
let g:syntastic_python_flake8_args = "--ignore=E501 --max-complexity 10"