Skip to content

Commit 60123de

Browse files
committed
Remove a skip message that is not helpful and misleading (NO_JIRA)
1 parent 645ff01 commit 60123de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/githooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ def get_file_content(filename):
776776
# Skip file if extension is not in the checked list
777777
if not any([filename.endswith(checked_ext)
778778
for checked_ext in CHECKED_EXTS]):
779-
_skip(filename, 'File extension is excluded')
780779
return
781780

782781
# NOTE: ignored_patterns not implemented

0 commit comments

Comments
 (0)