backdrop-contrib / coder_upgrade

Helps automate some/most of the work required to upgrade a module from Drupal to Backdrop 1.x
GNU General Public License v2.0
4 stars 7 forks source link

The option to fix coding standards does not work on .info files #66

Open klonos opened 2 years ago

klonos commented 2 years ago

See https://git.drupalcode.org/project/multiple_fields_remove_button/-/blob/7.x-1.x/multiple_fields_remove_button.info for an example case:

name= Multiple Fields Remove Button
description= Add remove button for mutli showing fields  .
core=7.x
package="Fields"

With the fix for #64 applied, you end up with this:

name= Multiple Fields Remove Button
description= Add remove button for mutli showing fields  .
backdrop = 1.x
type = module
package="Fields"

Ideally, we'd get this instead:

name = Multiple Fields Remove Button
description = Add remove button for mutli showing fields.
backdrop = 1.x
type = module
package = Fields