totten / civix

CiviCRM Extension Builder
http://civicrm.org/
Other
57 stars 56 forks source link

Drop redundant assertions #361

Closed totten closed 5 months ago

totten commented 5 months ago

All of these commands use the helper assertCurrentFormat(). Among other things, that helper asserts that the extension-type is 'module'.

So these checks are redundant.