forked from Ponysearch/Ponysearch
[fix] .pylintrc mode signature to conf-unix
In pylint and python's config parser [1] the default symbol for comments is '#'. The dialect is based on unix, while the classic dialect comes from windows and uses a semicolon for comments. [1] https://docs.python.org/3/library/configparser.html#module-configparser Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
542f7d0d7b
commit
74f6dfb576
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf-8; mode: conf -*-
|
# -*- coding: utf-8; mode: conf-unix -*-
|
||||||
# lint Python modules using external checkers.
|
# lint Python modules using external checkers.
|
||||||
#
|
#
|
||||||
# This is the main checker controlling the other ones and the reports
|
# This is the main checker controlling the other ones and the reports
|
||||||
|
|
Loading…
Reference in a new issue