Skip to content

Commit 0c1187f

Browse files
docs: update README with Python eval() example
1 parent 0ca01e8 commit 0c1187f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Once installed, you can run `globstar check` in any repository to run all the ch
4747

4848
Create a new folder named `.globstar` in your repository's root. This is where you'll write all your custom checkers. Each checker is defined in a separate YAML file, with the filename being the checker's identifier and tree-sitter's S-expression query defining the pattern to match.
4949

50-
For example, here's a checker that disallows the `debugger` statement in JavaScript files:
51-
5250
For example, here's a checker that detects potentially dangerous use of the `eval()` function in Python:
5351

5452
```yml

0 commit comments

Comments
 (0)