Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EiyJC73Mz8xZyCTvCEY8qn
8 lines
243 B
YAML
8 lines
243 B
YAML
# standardrb reads this, not .rubocop.yml — keep the two in step.
|
|
ruby_version: 3.1
|
|
|
|
ignore:
|
|
# Fixtures are deliberately malformed or copied verbatim from elsewhere;
|
|
# linting them defeats the point of having them.
|
|
- "test/files/**/*"
|