blob: 8b5ad741d1554285bd4f68ecb26bf2b68f57b4ae [file] [log] [blame]
" Copyright 2018 The Chromium OS Authors. All rights reserved.
" Use of this source code is governed by a BSD-style license that can be
" found in the LICENSE file.
"
if exists('g:loaded_syntastic_plugin')
" User is using syntastic
let pylintrc = join([g:localrc_project_root, 'pylintrc'],
\ '/')
let g:syntastic_python_pylint_args = '--rcfile=' . pylintrc
endif