Temporary disable cops
This commit is contained in:
parent
6263649ce9
commit
7b105983a5
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ module Lita
|
||||||
config :savedata_filename, type: String
|
config :savedata_filename, type: String
|
||||||
config :status, type: String
|
config :status, type: String
|
||||||
|
|
||||||
def initialize(robot)
|
def initialize(robot) # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
|
||||||
super
|
super
|
||||||
|
|
||||||
options = ::Tox::Options.new
|
options = ::Tox::Options.new
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
require 'tox/tox'
|
require 'tox/tox'
|
||||||
|
|
||||||
class Tox
|
class Tox # rubocop:disable Style/Documentation
|
||||||
NODES = [
|
NODES = [
|
||||||
%w[192.254.75.102 33445 951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F],
|
%w[192.254.75.102 33445 951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F],
|
||||||
%w[144.76.60.215 33445 04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F],
|
%w[144.76.60.215 33445 04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F],
|
||||||
|
|
Reference in a new issue