From f74d00d2c74bc7ac9da686348002fcccf991cae3 Mon Sep 17 00:00:00 2001 From: Alexandre Bergel Date: Tue, 6 Aug 2024 13:40:27 +0200 Subject: [PATCH] Adding RAIStyle in the StaticLint report --- src/interface.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index f8f0c87..00b34ba 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -649,9 +649,11 @@ function generate_report( println(output_io, "## Static code analyzer report") println(output_io, "**Output of the [StaticLint.jl code analyzer]\ (https://github.com/RelationalAI/StaticLint.jl). \ - 🫵[Want to contribute?](https://github.com/RelationalAI/StaticLint.jl/blob/main/README.md#contributing-to-staticlintjl)🫵**\n\ + 🫵[Want to contribute?](https://github.com/RelationalAI/StaticLint.jl/blob/main/README.md#contributing-to-staticlintjl)🫵 \ + [RelationalAI Style Guide for Julia](https://github.com/RelationalAI/RAIStyle)**\n\ Report creation time (UTC): ($(now()))") + formatter=MarkdownFormat(branch_name, github_repository, file_prefix_to_remove) io_violations = IOBuffer()