We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37a9a7 commit 47ae507Copy full SHA for 47ae507
test/runtests.jl
@@ -1,7 +1,9 @@
1
using Test, SafeTestsets, JuliaFormatter, StructuralEquationModels
2
3
@testset "JuliaFormatter.jl" begin
4
- @test format(StructuralEquationModels; verbose = false, overwrite = false)
+ if !format(StructuralEquationModels; verbose = false, overwrite = false)
5
+ @warn "Julia code formatting style inconsistencies detected."
6
+ end
7
end
8
@time @safetestset "Unit Tests" begin
9
include("unit_tests/unit_tests.jl")
0 commit comments