File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: PMPL-1.0-or-later
2+ # Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+ #
4+ # k9iser manifest for empty-linter
5+ # Empty file linter — Deno-based tool to detect and flag unintentionally empty source files
6+
7+ [project ]
8+ name = " empty-linter"
9+ safety_tier = " hunt"
10+
11+ [[source ]]
12+ path = " deno.json"
13+ type = " deno"
14+ output = " generated/k9iser/deno-workspace.k9"
15+
16+ [[source ]]
17+ path = " Justfile"
18+ type = " justfile"
19+ output = " generated/k9iser/justfile-recipes.k9"
20+
21+ [[source ]]
22+ path = " .github/workflows/hypatia-scan.yml"
23+ type = " workflow"
24+ output = " generated/k9iser/ci-security.k9"
25+
26+ [[constraint ]]
27+ rule = " build.dependencies has no banned_packages"
28+ severity = " error"
29+
30+ [[constraint ]]
31+ rule = " deno.imports has no npm: specifiers"
32+ severity = " error"
You can’t perform that action at this time.
0 commit comments