sample_agents/spec/statistical_arbitrage/quandl_resolver_spec.rb
Block has too many lines. [59/25] Open
Open
describe StatisticalArbitrage::QuandlResolver do
let(:resolver) do
StatisticalArbitrage::QuandlResolver.new(ENV['QUANDL_API_KEY'])
end
- Read upRead up
- Exclude checks
This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.