Skip to content

Remove all remaining log.printf statements and fix open Problem issues in VScode

Patrick Rice requested to merge remove-remaining-log-printf into main
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

This MR does a couple different things, but generally nothing functional. It's goal is simply to improve code quality by updating logging frameworks to be consistent, and fixing linting issues.

It:

  • Removes all remaining log.Printf() statements in favor of corresponding tflog statements
  • Fixes all linting issues where errors start with capital letters or end with punctuation
  • Fixes all linting issues where arguments passed into functions were unused
  • Fixes all linting issues where functions were unused
Edited by 🤖 GitLab Bot 🤖

Merge request reports