summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-09 17:00:03 +0200
committerGeremia Taglialatela <[email protected]>2023-04-09 17:00:03 +0200
commit1406b47e64188765f220be86001ec1f543e0157d (patch)
treecca128ffc09c8b68e711f7eccd19fdf97f9cf807 /.rubocop.yml
parentc77a48805c17d36c4503df8cf0fe75e7b620e2d4 (diff)
downloadcaxlsx-1406b47e64188765f220be86001ec1f543e0157d.tar.gz
caxlsx-1406b47e64188765f220be86001ec1f543e0157d.zip
Fix Layout/ExtraSpacing offenses
Configure with `AllowBeforeTrailingComments: true`
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index fe5b876a..28352bd5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -11,3 +11,6 @@ AllCops:
Layout/CommentIndentation:
AllowForAlignment: true
+
+Layout/ExtraSpacing:
+ AllowBeforeTrailingComments: true