Migrate all Post Processing formatting to GAPIC generation / post processing #711
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
See googleapis/synthtool#1415
We are currently running the NodeJS
prettier
plugin as part ofowlbot.py
, which for obvious reasons is not ideal.We are already using the
symplify/coding-standard
package to format the code in this library (seeFormatter
), so I'm not sure what additional formatting is even happening using theprettier
plugin . We may be using it only for the line-lengths. And if that's the case, we should either format the line-lengths with another plugin, or decide that this is not an important enough change and remove it fromowlbot
post-processing all together.The text was updated successfully, but these errors were encountered: