mirror of
https://github.com/mgechev/revive.git
synced 2025-12-01 22:30:16 +02:00
refactor: fix typos in comments and struct names (#1304)
This commit is contained in:
@@ -117,7 +117,7 @@ func (ff *FileFilter) prepareRegexp() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// it's whole file mask, just escape dots and normilze separators
|
||||
// it's whole file mask, just escape dots and normalize separators
|
||||
fillRx := src
|
||||
fillRx = strings.ReplaceAll(fillRx, "\\", "/")
|
||||
fillRx = strings.ReplaceAll(fillRx, ".", `\.`)
|
||||
|
||||
Reference in New Issue
Block a user