File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1515HiGHS = " 87dc4568-4c63-4d18-b0c0-bb2238e4078b"
1616JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
1717JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
18- JuliaFormatter = " 98e50ef6-434e-11e9-1051-2b60c6c9e899"
1918LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2019MatrixDepot = " b51810bb-c9f3-55da-ae3c-350fc1fbce05"
2120MiniZinc = " a7f392d2-6c35-496e-b8cc-0974fbfcbf91"
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ include("utils.jl")
1919 else
2020 @testset verbose = true " Code quality" begin
2121 @testset " Aqua" begin
22- Aqua. test_all (SparseMatrixColorings; stale_deps = (; ignore = [ :Requires ]) )
22+ Aqua. test_all (SparseMatrixColorings; undocumented_names = true )
2323 end
2424 @testset " JET" begin
25- JET. test_package (SparseMatrixColorings; target_defined_modules = true )
25+ JET. test_package (
26+ SparseMatrixColorings; target_modules= (SparseMatrixColorings,)
27+ )
2628 end
2729 # @testset "JuliaFormatter" begin
2830 # TODO : switch to Runic (temporarily deactivated)
You can’t perform that action at this time.
0 commit comments