feat: add pylint configuration file

This commit is contained in:
Ben Grande 2024-07-10 17:03:56 +02:00
parent 4239032cfc
commit 7a0fac1dbb
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 37 additions and 1 deletions

2
.mdlrc
View File

@ -1,6 +1,6 @@
# vim: ft=ruby
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: MIT
# vim: ft=ruby
style "#{File.dirname(__FILE__)}/.mdl-style.rb"

36
.pylintrc Normal file
View 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