Skip to content

Commit 47ae507

Browse files
committed
tests: turn JuliaFormatter check to warn
1 parent a37a9a7 commit 47ae507

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
using Test, SafeTestsets, JuliaFormatter, StructuralEquationModels
22

33
@testset "JuliaFormatter.jl" begin
4-
@test format(StructuralEquationModels; verbose = false, overwrite = false)
4+
if !format(StructuralEquationModels; verbose = false, overwrite = false)
5+
@warn "Julia code formatting style inconsistencies detected."
6+
end
57
end
68
@time @safetestset "Unit Tests" begin
79
include("unit_tests/unit_tests.jl")

0 commit comments

Comments
 (0)