silverstripe / module-standardiser

Tool that standardises some files in Silverstripe modules
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Fix various problems (multiple commits) #64

Closed GuySartorelli closed 2 months ago

GuySartorelli commented 2 months ago

Fixes various problems I found while running the standardiser:

  1. There was a syntax error using a heredoc instead of a nowdoc (${ was interpreted as being for string interpolation, though it should just be included as-is)
  2. New action was being added to a couple items that aren't supported (e.g. frameworktest), and wasn't being added to docs
  3. Processing was interrupted to tell me that frameworktest and a couple of other repos don't have a next-patch branch. That should just be a warning at the end, instead.

Issue