Use all-caps TODO in generated comment for license :unknown

This commit is contained in:
Josh Hagins 2016-01-05 01:37:12 -05:00
parent 5ade99688c
commit 07c5266e54
3 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@ cask 'my-new-cask' do
url ''
name ''
homepage ''
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end

View File

@ -32,7 +32,7 @@ class Hbc::CLI::Create < Hbc::CLI::Base
url 'https://'
name ''
homepage ''
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end

View File

@ -43,7 +43,7 @@ describe Hbc::CLI::Create do
url 'https://'
name ''
homepage ''
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end