Files
codeocean/.rubocop/lint.yml
2023-01-18 10:48:53 +01:00

10 lines
184 B
YAML

# lint cop settings
#
# False positives:
# * expect { something }.to change { something } often triggers this
#
Lint/AmbiguousBlockAssociation:
Exclude:
- "spec/**/*_spec.rb"