Skip to content

Commit

Permalink
fix for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jun 28, 2018
1 parent b0f1eaa commit 4c82bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/initializers/gpio.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# rubocop:disable Output Lint/RescueException
# rubocop:disable Output
# rubocop:disable Lint/RescueException
begin
$VERBOSE = nil
require 'pi_piper'
Expand All @@ -11,3 +12,4 @@
$VERBOSE = false
end
# rubocop:enable Output
# rubocop:enable Lint/RescueException
2 changes: 1 addition & 1 deletion config/unicorn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
timeout 60
preload_app true

#listen '0.0.0.0', tcp_nopush: true
# listen '0.0.0.0', tcp_nopush: true

0 comments on commit 4c82bc4

Please sign in to comment.