mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
rubocop updates
This commit is contained in:
parent
f89992d120
commit
736848d70c
3 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
# Log all flash messages
|
||||
# rubocop: disable Metrics/CyclomaticComplexity
|
||||
# rubocop: disable Metrics/LineLength
|
||||
module ActionDispatch
|
||||
class Flash
|
||||
# rubocop: disable Metrics/PerceivedComplexity
|
||||
# rubocop: disable Style/MultilineOperationIndentation
|
||||
def call(env)
|
||||
@app.call(env)
|
||||
ensure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue