From 444e02d82a2eae6eebcbea02cc9b3c4f52529dda Mon Sep 17 00:00:00 2001 From: Amy Keibler <3483663+amy-keibler@users.noreply.github.com> Date: Sat, 15 Jan 2022 15:46:09 -0500 Subject: [PATCH] Update config.toml --- .lift/config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.lift/config.toml b/.lift/config.toml index ca96c29..f719cad 100644 --- a/.lift/config.toml +++ b/.lift/config.toml @@ -2,4 +2,9 @@ customTools = [ ".lift/tool.sh", ".lift/markdown_tool.py", "https://github.com/amy-keibler/lift-tools-framework/releases/download/0.1.0.0-alpha/example-run-per-file" - ] \ No newline at end of file + ] + +[license_header_check] +file = "license_header.txt" +pattern = "*.rs" +style = "block-comment"