- Generator will not change names by default

- Fixed some style issues.
This commit is contained in:
Mark VanderVoord
2017-06-25 13:58:31 -04:00
parent 3b69beaa58
commit c1bc32dc58
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ task :summary do
end
desc 'Build and test Unity'
task all: %i(clean unit summary)
task default: %i(clobber all)
task all: %i[clean unit summary]
task default: %i[clobber all]
task ci: [:default]
task cruise: [:default]