# Functions

No description provided by the author

# Structs

PathProvider - a structure that should be used to get the path to a file/folder in the project from which projectlinter was actually launched For example, I have a project auth-sv, and I run projectlinter in it pathProvider.PathInCaller(".helm/templates") will return me the absolute path to the templates folder in the auth-sv project For example, this would be /var/www/auth-sv/.helm/.templates.