commit | e6e285457853a6df5099888026c3c2e53b8b9a4f | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Wed Sep 25 11:07:10 2013 +1000 |
committer | David Symonds <dsymonds@golang.org> | Wed Sep 25 11:07:10 2013 +1000 |
tree | e4239b8e1579c5515b59099bff568f7f17e6c1b7 | |
parent | 72da1f2da0d39e2e420e0abe29553dadcf3fc60f [diff] |
Add a few more common initialisms: LHS, RHS, CPU, CSS, QPS, RAM.
diff --git a/lint.go b/lint.go index 0f340b4..691c826 100644 --- a/lint.go +++ b/lint.go
@@ -423,6 +423,8 @@ var commonInitialisms = map[string]bool{ "API": true, "ASCII": true, + "CPU": true, + "CSS": true, "DNS": true, "EOF": true, "HTML": true, @@ -430,6 +432,10 @@ "ID": true, "IP": true, "JSON": true, + "LHS": true, + "QPS": true, + "RAM": true, + "RHS": true, "RPC": true, "UI": true, "UID": true,