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"