Actions
Bug #16166
closedrubocop raises offences for files under node_modules/
Description
rubocop is scanning the node_modules directory, which contains a bit of Ruby code raising a style offence:
Offenses: node_modules/jquery-ujs/test/server.rb:57:25: C: Avoid using {...} for multi-line blocks. send(method, '/echo') {
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bdd9d608176c27447d6ed1927c9a20ec41d9267d.
Actions