Skip to content

Commit bc5ad36

Browse files
author
Sergey Vilgelm
committed
update README with a case when both options are set
1 parent f04904f commit bc5ad36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ When the `file-header` setting is omitted, pylint will pass.
2626
* `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.
2727
* `file-header-ignore-empty-files` turns on the mode of ignoring the empty files, like `__init__.py`. The default value is `False`.
2828

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+
2931
## Example
3032

3133
### Setup

0 commit comments

Comments
 (0)