Skip to content

Commit

Permalink
feat: add pylint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 10, 2024
1 parent 4239032 commit 7a0fac1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -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 changes: 36 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a0fac1

Please sign in to comment.