package main import ( "go/ast" "go/parser" "go/token" "os" "path/filepath" "regexp" "strings" ) // --- Check: Button automation attributes --- type buttonViolation struct { file string line int snippet string } // Matches