diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 17:00:03 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 17:00:03 +0200 |
| commit | 1406b47e64188765f220be86001ec1f543e0157d (patch) | |
| tree | cca128ffc09c8b68e711f7eccd19fdf97f9cf807 /.rubocop.yml | |
| parent | c77a48805c17d36c4503df8cf0fe75e7b620e2d4 (diff) | |
| download | caxlsx-1406b47e64188765f220be86001ec1f543e0157d.tar.gz caxlsx-1406b47e64188765f220be86001ec1f543e0157d.zip | |
Fix Layout/ExtraSpacing offenses
Configure with `AllowBeforeTrailingComments: true`
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 3 |
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 |
