Skip to content

Commit

Permalink
Removing InvalidTypeDeclaration. It is too noisy and spammy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bergel committed Mar 6, 2024
1 parent 002442d commit 1e35690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ global global_server = setup_server()
const essential_options = LintOptions(true, false, true, true, true, true, true, true, true, false, true)

const no_filters = LintCodes[]
const essential_filters = [no_filters; [StaticLint.MissingReference, StaticLint.MissingFile]]
const essential_filters = [no_filters; [StaticLint.MissingReference, StaticLint.MissingFile, StaticLint.InvalidTypeDeclaration]]

# Return (line, column) for a given offset in a source
function convert_offset_to_line_from_filename(offset::Union{Int64, Int32}, filename::String)
Expand Down

0 comments on commit 1e35690

Please sign in to comment.