File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
44HTTP = " cd3eb016-35fb-5094-929b-558a96fad6f3"
5- JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
65JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
76Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
87
98[compat ]
109Aqua = " 0.8"
1110Documenter = " 1"
1211HTTP = " 1"
13- JET = " 0.9, 0.10, 0.11"
1412JSON = " 1"
1513Test = " 1"
Original file line number Diff line number Diff line change 11using CTBase
22using Test
33using Aqua
4- using JET
5- # using JuliaFormatter
4+ # using JET
5+ # using JuliaFormatter
66using Documenter
77using HTTP
88using JSON
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ function test_code_quality()
1212 Aqua. test_ambiguities (CTBase)
1313 end
1414
15- @testset " JET" begin
16- JET. test_package (CTBase; target_defined_modules= true )
17- end
15+ # @testset "JET" begin
16+ # JET.test_package(CTBase; target_defined_modules=true)
17+ # end
1818
1919 # @testset "JuliaFormatter" begin
2020 # @test JuliaFormatter.format(CTBase; verbose=true, overwrite=false)
You can’t perform that action at this time.
0 commit comments