Skip to content

Commit a4f5036

Browse files
Add documentation for only_code
Co-authored-by: Jan-Hendrik Ewers <[email protected]>
1 parent 8f55f83 commit a4f5036

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ jobs:
151151
warn_above: 15
152152
# Remove `src/` from the file paths when reporting similarities
153153
project_root_dir: "src"
154+
# Remove docstrings from code before analysis
155+
# For python source code only. This is checked on a per-file basis
156+
only_code: true
154157
```
155158
156159
## Limitations

0 commit comments

Comments
 (0)