Skip to content

Commit

Permalink
Adding RAIStyle in the StaticLint report
Browse files Browse the repository at this point in the history
  • Loading branch information
bergel committed Aug 6, 2024
1 parent ec781b0 commit f74d00d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f74d00d

Please sign in to comment.