presidentbeef/brakeman

View on GitHub
.github/ISSUE_TEMPLATE/parsing-error.md

Summary

Maintainability
Test Coverage
---
name: Parsing Error
about: Report a parse error

---

### Background

Brakeman version: ?
Rails version: ?
Ruby version: ?

Link to Rails application code: ?

#### Parse Error

(Consult https://brakemanscanner.org/docs/troubleshooting/parse_errors/ first. Note that (most) parsing errors are from the ruby_parser library, not Brakeman itself.)

Minimal example that does not parse:

```ruby
?
```