diff --git a/yamllint/cli.py b/yamllint/cli.py index 96e1892..d314481 100644 --- a/yamllint/cli.py +++ b/yamllint/cli.py @@ -40,6 +40,7 @@ def determine_encoding(file): encoding = 'utf-8' return encoding + def find_files_recursively(items, conf): for item in items: if os.path.isdir(item):