Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions compiler/odin/compiled-with-odin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
rule:
meta:
name: compiled with Odin
namespace: compiler/odin
authors:
- corkami@google.com
scopes:
static: file
dynamic: file
examples:
- e17e6a79ed614f5468d0eed758629697
features:
- and:
- substring: ".odin"
- 2 or more:
- string: "all_or_none"
- string: "runtime"
- substring: "soa_"
- substring: "base/"
- substring: "core/"
- substring: "arena"
Loading