Skip to content
Snippets Groups Projects
Unverified Commit fa80b484 authored by Jonathan Chang's avatar Jonathan Chang Committed by GitHub
Browse files

license: style fixes

parent 839f5200
Branches
Tags
No related merge requests found
......@@ -60,9 +60,7 @@ Metrics/MethodLength:
Max: 260
Metrics/ModuleLength:
Enabled: true
Max: 500
Exclude:
- 'test/dev-cmd/audit_spec.rb'
Max: 600
Metrics/PerceivedComplexity:
Enabled: true
Max: 80
......
......@@ -175,7 +175,7 @@ module Homebrew
end
it "checks online and verifies that a standard license id is in the same exempted license group" \
"as what is indicated on its Github repo" do
"as what is indicated on its GitHub repo" do
fa = formula_auditor "cask", <<~RUBY, spdx_data: spdx_data, online: true, new_formula: true
class Cask < Formula
url "https://github.com/cask/cask/archive/v0.8.4.tar.gz"
......@@ -189,7 +189,7 @@ module Homebrew
end
it "checks online and verifies that a standard license array is in the same exempted license group" \
"as what is indicated on its Github repo" do
"as what is indicated on its GitHub repo" do
fa = formula_auditor "cask", <<~RUBY, spdx_data: spdx_data, online: true, new_formula: true
class Cask < Formula
url "https://github.com/cask/cask/archive/v0.8.4.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment