diff --git a/.coafile b/.coafile index c13e7f9..3cc3ff7 100644 --- a/.coafile +++ b/.coafile @@ -9,3 +9,7 @@ use_spaces = True bears = GitCommitBear shortlog_trailing_period = False shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*) + +[yml] +bears = YAMLLintBear +files = *.yml, hooks/*.yml \ No newline at end of file