A configuration file should always provide the ability to add comments. Just like the .buildpacks file used by heroku-buildpack-multi, which supports using the # character to lead a comment, Aptfile should do the same so users can add notes about why a package is required, etc.
This simple change enables # and ; characters to lead a comment, either on its own line or trailing a package name.
A configuration file should always provide the ability to add comments. Just like the .buildpacks file used by heroku-buildpack-multi, which supports using the # character to lead a comment, Aptfile should do the same so users can add notes about why a package is required, etc.
This simple change enables # and ; characters to lead a comment, either on its own line or trailing a package name.