projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7321023
)
Suppress new rubocop warning
author
Tom Hughes
<tom@compton.nu>
Sun, 20 Oct 2019 18:48:36 +0000
(19:48 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 20 Oct 2019 18:48:36 +0000
(19:48 +0100)
.rubocop_todo.yml
patch
|
blob
|
history
diff --git
a/.rubocop_todo.yml
b/.rubocop_todo.yml
index
9e27360
..
57f876b
100644
(file)
--- a/
.rubocop_todo.yml
+++ b/
.rubocop_todo.yml
@@
-183,6
+183,7
@@
Style/Documentation:
Style/FormatStringToken:
Exclude:
- 'app/models/concerns/geo_record.rb'
+ - 'app/views/api/map/_bounds.xml.builder'
- 'lib/bounding_box.rb'
- 'test/controllers/api/map_controller_test.rb'
- 'test/controllers/api/relations_controller_test.rb'