summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
committerAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
commitb13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch)
tree2436a5e4626d44684423471cc6430884e0d27e57 /.rubocop.yml
downloaddispatch-adapter-copilot-b13ec1794c81a70b457df70c0b34a32d94dc36b8.tar.gz
dispatch-adapter-copilot-b13ec1794c81a70b457df70c0b34a32d94dc36b8.zip
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 0000000..ae378d0
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,8 @@
+AllCops:
+ TargetRubyVersion: 3.2
+
+Style/StringLiterals:
+ EnforcedStyle: double_quotes
+
+Style/StringLiteralsInInterpolation:
+ EnforcedStyle: double_quotes