Skip to content

Commit

Permalink
Refactored filesystem structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kapple19 committed Aug 6, 2024
1 parent bb1eba4 commit 13a05c9
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ using OceanSonar
using Aqua

Aqua.test_all(OceanSonar,
ambiguities = (broken = true,)
# ambiguities = (broken = true,)
)
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ using SafeTestsets
name = "Code Quality"
@time @testset "$name" begin
@info "Testing $name"
@safetestset "Aqua" include("00_quality/aqua.jl")
@safetestset "Linting" include("00_quality/linting.jl")
@safetestset "Docstrings" include("00_quality/docstrings.jl")
@safetestset "Aqua" include("00_preliminary/01_code_quality/aqua.jl")
@safetestset "Linting" include("00_preliminary/01_code_quality/linting.jl")
@safetestset "Docstrings" include("00_preliminary/01_code_quality/docstrings.jl")
end
end

0 comments on commit 13a05c9

Please sign in to comment.