components_redundancy_cop: make non-strict

This commit is contained in:
commitay 2018-04-25 07:58:01 +10:00
parent 5195e72242
commit 9e24cb9c62
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ require_relative "./extend/formula_cop"
module RuboCop
module Cop
module FormulaAuditStrict
module FormulaAudit
# This cop checks if redundant components are present and other component errors
#
# - `url|checksum|mirror` should be inside `stable` block

View File

@ -1,6 +1,6 @@
require_relative "../../rubocops/components_redundancy_cop"
describe RuboCop::Cop::FormulaAuditStrict::ComponentsRedundancy do
describe RuboCop::Cop::FormulaAudit::ComponentsRedundancy do
subject(:cop) { described_class.new }
context "When auditing formula components common errors" do