Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create snake_case file if linter is Pylint (#5948)
## Summary The `add_rule.py` script would create a test case that pointed to a file that didn't exist when the linter is set to `"pylint"`. This PR fixes that. ## Test Plan `python scripts/add_rule.py --name DoTheThing --prefix PL --code C0999 --linter pylint`
- Loading branch information