We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now there is a bit of rubocop foo:
$ bundle exec rubocop -c .rubocop.yml -D -S -a Inspecting 26 files ............CC...C........ Offenses: spec/unit/type/network_config_spec.rb:29:14: C: RSpec/DescribeSymbol: Avoid describing symbols. describe :name do ^^^^^ spec/unit/type/network_config_spec.rb:33:14: C: RSpec/DescribeSymbol: Avoid describing symbols. describe :reconfigure do ^^^^^^^^^^^^ spec/unit/type/network_route_spec.rb:15:14: C: RSpec/DescribeSymbol: Avoid describing symbols. describe :name do ^^^^^ spec/unit/provider/network_config/interfaces_spec.rb:260:5: C: RSpec/ScatteredLet: Group all let/let! blocks in the example group together. let(:content) { described_class.format_file('', [lo_provider, eth0_provider, eth1_provider]) } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 26 files inspected, 4 offenses detected
They are currently disabled, but should be fixed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now there is a bit of rubocop foo:
They are currently disabled, but should be fixed.
The text was updated successfully, but these errors were encountered: