mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
feat: add pylint configuration file
This commit is contained in:
parent
4239032cfc
commit
7a0fac1dbb
2
.mdlrc
2
.mdlrc
@ -1,6 +1,6 @@
|
|||||||
|
# vim: ft=ruby
|
||||||
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# vim: ft=ruby
|
|
||||||
style "#{File.dirname(__FILE__)}/.mdl-style.rb"
|
style "#{File.dirname(__FILE__)}/.mdl-style.rb"
|
||||||
|
36
.pylintrc
Normal file
36
.pylintrc
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# vim: ft=cfg
|
||||||
|
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
[MAIN]
|
||||||
|
|
||||||
|
jobs=0
|
||||||
|
|
||||||
|
|
||||||
|
[FORMAT]
|
||||||
|
|
||||||
|
expected-line-ending-format=LF
|
||||||
|
max-line-length=79
|
||||||
|
|
||||||
|
|
||||||
|
[LOGGING]
|
||||||
|
|
||||||
|
logging-format-style=new
|
||||||
|
|
||||||
|
|
||||||
|
[MESSAGES CONTROL]
|
||||||
|
|
||||||
|
confidence=
|
||||||
|
|
||||||
|
|
||||||
|
[REPORTS]
|
||||||
|
|
||||||
|
output-format=colorized
|
||||||
|
reports=no
|
||||||
|
|
||||||
|
|
||||||
|
[STRING]
|
||||||
|
|
||||||
|
check-quote-consistency=yes
|
||||||
|
check-str-concat-over-line-jumps=yes
|
Loading…
Reference in New Issue
Block a user