Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcruickshank committed Jul 23, 2022
1 parent 2832ed3 commit 20cfba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlfluff/core/linter/linter.py
Expand Up @@ -1035,7 +1035,7 @@ def paths_from_path(
npath = os.path.normpath(fpath)
# For debugging, log if we already have the file.
if npath in filtered_buffer:
linter_logger.debug(
linter_logger.debug( # pragma: no cover
"Developer Warning: Path crawler attempted to "
"requeue the same file twice. %s is already in "
"filtered buffer.",
Expand Down

0 comments on commit 20cfba9

Please sign in to comment.