Closed greatislander closed 3 years ago
Some more files which are erroneously included in the lintspaces.newlines check: .docx and .pdf.
lintspaces.newlines
Steps to reproduce the behavior:
The newlines check should not include these file types.
Is there any way we can more broadly check for appropriate text files to which this should be applied and exclude all else?
Related: #4, #11
I will address all of these in #31.
Describe the bug
Some more files which are erroneously included in the
lintspaces.newlines
check: .docx and .pdf.To reproduce
Steps to reproduce the behavior:
lintspaces.newlines
check against a project which contains PDF or PPTX files (e.g. https://github.com/codelearncreate/c2lc-project-website/runs/1979991318?check_suite_focus=true)Expected behavior
The newlines check should not include these file types.
Additional context or notes
Is there any way we can more broadly check for appropriate text files to which this should be applied and exclude all else?
Related: #4, #11