Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Nov 19, 2023
1 parent d25ab05 commit f209a0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions providers/transip/auditrecords.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ import (
// supported, an empty list is returned.
func AuditRecords(records []*models.RecordConfig) []error {
a := rejectif.Auditor{}
a.Add("MX", rejectif.MxNull) // Last verified 2023-01-28
//a.Add("TXT", rejectif.TxtHasBackticks) // Last verified 2023-01-28
//a.Add("TXT", rejectif.TxtHasTrailingSpace) // Last verified 2023-01-28
//a.Add("TXT", rejectif.TxtIsEmpty) // Last verified 2023-01-28

a.Add("MX", rejectif.MxNull) // Last verified 2023-01-28

return a.Audit(records)
}

0 comments on commit f209a0a

Please sign in to comment.