We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b87374 commit 8a7450fCopy full SHA for 8a7450f
1 file changed
test/test_new_rules.jl
@@ -3,9 +3,6 @@
3
using Test
4
using ReLint
5
6
-# Include common test utilities
7
-include(joinpath(@__DIR__, "common.jl"))
8
-
9
@testset "ConstGlobalMissingTypeRule" begin
10
# Should trigger warning - untyped global
11
code1 = """
0 commit comments