summaryrefslogtreecommitdiff
path: root/tests/config/test_functional_config_loading.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 12:39:52 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-24 13:06:15 +0100
commit9e0baf370a15fecf3360996a6a2ead688fc61894 (patch)
tree722bdd2f71fce6fe57028d140d78839d2689f163 /tests/config/test_functional_config_loading.py
parent80838744c6f739fbf2f49bd1bfb70c98a84531aa (diff)
downloadpylint-git-9e0baf370a15fecf3360996a6a2ead688fc61894.tar.gz
Simplify hard to maintain copyright notice
git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
Diffstat (limited to 'tests/config/test_functional_config_loading.py')
-rw-r--r--tests/config/test_functional_config_loading.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/test_functional_config_loading.py b/tests/config/test_functional_config_loading.py
index 1937435f7..174af48b8 100644
--- a/tests/config/test_functional_config_loading.py
+++ b/tests/config/test_functional_config_loading.py
@@ -1,5 +1,6 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
+# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors
"""This launches the configuration functional tests. This permits to test configuration
files by providing a file with the appropriate extension in the ``tests/config/functional``