Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
# Rule: Does every file have an extension?
# Rule: Every file is at least zero bytes
# Rule: There are no hidden files here
def findHidden(f): #I'm assuming here that validator() is looping through files
if f.startswith("."):
print("!!!!! HIDDEN FILE FOUND !!!!!, ", f)

# Rule: No filename has any sort of whitespace
# What input does this need?
# What should the output be?
Expand Down