diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 20:26:37 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 20:26:37 -0400 |
| commit | 6b23594f26abf0697c022e02c77cb9f52077f3f0 (patch) | |
| tree | 049477c2573474d1a7b22cd5b31e1f7d6eabd013 /.rubocop.yml | |
init: repository
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..f9d86d4 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,8 @@ +# Omakase Ruby styling for Rails +inherit_gem: { rubocop-rails-omakase: rubocop.yml } + +# Overwrite or add rules to create your own house style +# +# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]` +# Layout/SpaceInsideArrayLiteralBrackets: +# Enabled: false |
