Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Add XSRF and XSS as common initialisms.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsymonds committed Jan 16, 2015
1 parent 16e8217 commit f8aef8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lint.go
Expand Up @@ -724,6 +724,8 @@ var commonInitialisms = map[string]bool{
"UTF8": true,
"VM": true,
"XML": true,
"XSRF": true,
"XSS": true,
}

// lintTypeDoc examines the doc comment on a type.
Expand Down

0 comments on commit f8aef8e

Please sign in to comment.