platform: remove TODO for get_git_remote_urls_from_lines

issue #2
This commit is contained in:
tylen 2024-09-26 21:36:34 +00:00 committed by Vasily Davydov
parent c8965d86e2
commit ccc77a4081

View File

@ -118,7 +118,6 @@ PlaformId identify_platfrom_from_project(const char* project_path, const char* r
LOG_DEBUG("Constructed git config file path: %s", git_config_path_buffer->data); LOG_DEBUG("Constructed git config file path: %s", git_config_path_buffer->data);
Lines* config_file_lines = read_file_lines(git_config_path_buffer->data); Lines* config_file_lines = read_file_lines(git_config_path_buffer->data);
//TODO: from remote "origin" get url
Lines* git_remote_urls = get_git_remote_urls_from_lines(config_file_lines, remote); Lines* git_remote_urls = get_git_remote_urls_from_lines(config_file_lines, remote);
//TODO: parse remote "origin url" to get platform //TODO: parse remote "origin url" to get platform
lines_free(config_file_lines); lines_free(config_file_lines);