-- SPDX-FileCopyrightText: 2024 DS
--
-- SPDX-License-Identifier: CC0-1.0

ignore = {
	"21[123]/_.*", -- unused variable starting with _
}

read_globals = {
	"core",
	"vector",
	table = {fields = {"copy"}},
}

globals = {}
