[tricium] Stop using deleted analyzers

These analyzers are no longer made available by upstream, so it's an
error to reference them in our configs. This is suspected to be the
reason why the tricium-recipes builder stopped running on 3/26.

Change-Id: I6de0edc0c91d83237c5226bf30f0bbff9b7cfad4
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/config/+/509018
Reviewed-by: Nathan Mulcahey <nmulcahey@google.com>
Reviewed-by: Quinten Yearsley <qyearsley@google.com>
diff --git a/repositories/cobalt/tricium-dev.cfg b/repositories/cobalt/tricium-dev.cfg
index 6da76ad..6b49e7f 100644
--- a/repositories/cobalt/tricium-dev.cfg
+++ b/repositories/cobalt/tricium-dev.cfg
@@ -6,26 +6,6 @@
   group: "tricium-fuchsia-requesters"
 }
 
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Spacey"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Copyright"
-  platform: UBUNTU
-}
-
-selections {
-  function: "SpellChecker"
-  platform: UBUNTU
-}
-
 repos {
   gerrit_project {
     host: "fuchsia-review.googlesource.com"
diff --git a/repositories/fuchsia/tricium-dev.cfg b/repositories/fuchsia/tricium-dev.cfg
index dd875d5..7f63531 100644
--- a/repositories/fuchsia/tricium-dev.cfg
+++ b/repositories/fuchsia/tricium-dev.cfg
@@ -10,26 +10,6 @@
   group: "tricium-fuchsia-requesters"
 }
 
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Spacey"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Copyright"
-  platform: UBUNTU
-}
-
-selections {
-  function: "SpellChecker"
-  platform: UBUNTU
-}
-
 repos {
   gerrit_project {
     host: "fuchsia-review.googlesource.com"
diff --git a/repositories/infra/infra/tricium-prod.cfg b/repositories/infra/infra/tricium-prod.cfg
index ee30177..ea17760 100644
--- a/repositories/infra/infra/tricium-prod.cfg
+++ b/repositories/infra/infra/tricium-prod.cfg
@@ -6,28 +6,6 @@
   group: "tricium-fuchsia-requesters"
 }
 
-# This copies files from git into isolate. It must be first for most of the
-# other selections to work.
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Spacey"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Copyright"
-  platform: UBUNTU
-}
-
-selections {
-  function: "SpellChecker"
-  platform: UBUNTU
-}
-
 functions {
   type: ANALYZER
   name: "Analyze"
diff --git a/repositories/infra/recipes/tricium-prod.cfg b/repositories/infra/recipes/tricium-prod.cfg
index 17d8f3d..4528f82 100644
--- a/repositories/infra/recipes/tricium-prod.cfg
+++ b/repositories/infra/recipes/tricium-prod.cfg
@@ -11,30 +11,6 @@
 }
 
 # Please keep sorted by function name.
-selections {
-  function: "Copyright"
-  platform: UBUNTU
-}
-
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Pylint"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Spacey"
-  platform: UBUNTU
-}
-
-selections {
-  function: "SpellChecker"
-  platform: UBUNTU
-}
 
 functions {
   type: ANALYZER
diff --git a/repositories/tools/tricium-prod.cfg b/repositories/tools/tricium-prod.cfg
index d3fed9a..daccbda 100644
--- a/repositories/tools/tricium-prod.cfg
+++ b/repositories/tools/tricium-prod.cfg
@@ -6,28 +6,6 @@
   group: "tricium-fuchsia-requesters"
 }
 
-# This copies files from git into isolate. It must be first for most of the
-# other selections to work.
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Spacey"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Copyright"
-  platform: UBUNTU
-}
-
-selections {
-  function: "SpellChecker"
-  platform: UBUNTU
-}
-
 functions {
   type: ANALYZER
   name: "Analyze"
diff --git a/repositories/topaz/tricium-dev.cfg b/repositories/topaz/tricium-dev.cfg
index 43603c9..24abf14 100644
--- a/repositories/topaz/tricium-dev.cfg
+++ b/repositories/topaz/tricium-dev.cfg
@@ -6,26 +6,6 @@
   group: "tricium-fuchsia-requesters"
 }
 
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Spacey"
-  platform: UBUNTU
-}
-
-selections {
-  function: "Copyright"
-  platform: UBUNTU
-}
-
-selections {
-  function: "SpellChecker"
-  platform: UBUNTU
-}
-
 repos {
   gerrit_project {
     host: "fuchsia-review.googlesource.com"