We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04904f commit bc5ad36Copy full SHA for bc5ad36
README.md
@@ -26,6 +26,8 @@ When the `file-header` setting is omitted, pylint will pass.
26
* `file-header-path` is the path to the file that contains the header. This is useful in case of long, multi-line headers, such as copyrights.
27
* `file-header-ignore-empty-files` turns on the mode of ignoring the empty files, like `__init__.py`. The default value is `False`.
28
29
+If both options `file-header` and `file-header-path` are set, then `file-header` will be used and the `file-header-path` is ignored.
30
+
31
## Example
32
33
### Setup
0 commit comments