Skip to content

Commit

Permalink
Format toml
Browse files Browse the repository at this point in the history
  • Loading branch information
norhh committed Feb 3, 2025
1 parent e6a59b3 commit 3b8fc38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/models/unit_tests/testdata/custom_builtin/rules.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ replace = ""
is_seed_rule = false
[[rules.filters]]
enclosing_node = "(program) @prgrm"
not_contains = [
"""
not_contains = ["""
(method_declaration
name: (_) @ExistingName) @method_decl
(#eq? @ExistingName "@name")
"""
]
"""]

[[rules]]
name = "rule_2"
Expand Down

0 comments on commit 3b8fc38

Please sign in to comment.