When I run charm proof <path_to_charm_folder> I get the following warning.
W: relation server has no hooks
What does this mean and how do I get rid of it?
When I run charm proof <path_to_charm_folder> I get the following warning.
W: relation server has no hooks
What does this mean and how do I get rid of it?
It is just a warning about a nonexistent relation defined in your metadata.yaml file.
Does not mean there is something wrong with your Charm and can be ignored. Your Charm will probably work normally so no need to worry.