aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-03-21 22:21:34 -0600
committerKenny Ballou <kballou@devnulllabs.io>2021-03-21 22:21:34 -0600
commit662c9bf6adebe93acbfd9fd9bbd9aa45462e42f7 (patch)
tree419b50248c078a96d3e27a3bf14ec806aff9361d
parentd37c988262b022f45e8c287676fb43b20f9c35bb (diff)
downloaddotfiles-662c9bf6adebe93acbfd9fd9bbd9aa45462e42f7.tar.gz
dotfiles-662c9bf6adebe93acbfd9fd9bbd9aa45462e42f7.tar.xz
remove proselint
flycheck enables proselint if the executable is on the path. Remove, since this checker is covered by `vale` (d37c988 ("emacs: flycheck: enable vale style checker", Sun Mar 21 22:21:00 2021 -0600)). Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--config/proselint/config.json85
-rw-r--r--config/proselint/default.nix4
-rw-r--r--packages.nix1
3 files changed, 0 insertions, 90 deletions
diff --git a/config/proselint/config.json b/config/proselint/config.json
deleted file mode 100644
index 1e31b8f1..00000000
--- a/config/proselint/config.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "max_errors": 200,
- "checks": {
- "airlinese.misc" : false,
- "annotations.misc" : true,
- "archaism.misc" : true,
- "cliches.hell" : true,
- "cliches.misc" : true,
- "consistency.spacing" : true,
- "consistency.spelling" : true,
- "corporate_speak.misc" : true,
- "cursing.filth" : true,
- "cursing.nfl" : false,
- "cursing.nword" : true,
- "dates_times.am_pm" : true,
- "dates_times.dates" : true,
- "hedging.misc" : true,
- "hyperbole.misc" : true,
- "jargon.misc" : true,
- "lexical_illusions.misc" : true,
- "lgbtq.offensive_terms" : true,
- "lgbtq.terms" : true,
- "links.broken" : true,
- "malapropisms.misc" : true,
- "misc.apologizing" : true,
- "misc.back_formations" : true,
- "misc.bureaucratese" : true,
- "misc.but" : true,
- "misc.capitalization" : true,
- "misc.chatspeak" : true,
- "misc.commercialese" : true,
- "misc.composition" : true,
- "misc.currency" : false,
- "misc.debased" : true,
- "misc.false_plurals" : true,
- "misc.illogic" : true,
- "misc.inferior_superior" : true,
- "misc.institution_name" : true,
- "misc.latin" : true,
- "misc.many_a" : true,
- "misc.metaconcepts" : true,
- "misc.metadiscourse" : true,
- "misc.narcissism" : true,
- "misc.not_guilty" : true,
- "misc.phrasal_adjectives" : true,
- "misc.preferred_forms" : true,
- "misc.pretension" : true,
- "misc.professions" : true,
- "misc.punctuation" : true,
- "misc.scare_quotes" : true,
- "misc.suddenly" : true,
- "misc.tense_present" : true,
- "misc.waxed" : true,
- "misc.whence" : true,
- "mixed_metaphors.misc" : true,
- "mondegreens.misc" : true,
- "needless_variants.misc" : true,
- "nonwords.misc" : true,
- "oxymorons.misc" : true,
- "psychology.misc" : true,
- "redundancy.misc" : true,
- "redundancy.ras_syndrome" : true,
- "skunked_terms.misc" : true,
- "spelling.able_atable" : true,
- "spelling.able_ible" : true,
- "spelling.athletes" : false,
- "spelling.em_im_en_in" : true,
- "spelling.er_or" : true,
- "spelling.in_un" : true,
- "spelling.misc" : true,
- "security.credit_card" : true,
- "security.password" : true,
- "sexism.misc" : true,
- "terms.animal_adjectives" : true,
- "terms.denizen_labels" : true,
- "terms.eponymous_adjectives" : true,
- "terms.venery" : true,
- "typography.diacritical_marks" : true,
- "typography.exclamation" : true,
- "typography.symbols" : false,
- "uncomparables.misc" : true,
- "weasel_words.misc" : true,
- "weasel_words.very" : true
- }
-}
diff --git a/config/proselint/default.nix b/config/proselint/default.nix
deleted file mode 100644
index 14459110..00000000
--- a/config/proselint/default.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ ... }:
-{
- xdg.configFile."proselint/config".source = ./config.json;
-}
diff --git a/packages.nix b/packages.nix
index b6726a17..ac0e357d 100644
--- a/packages.nix
+++ b/packages.nix
@@ -105,7 +105,6 @@ with pkgs; [
pidgin-with-plugins
plantuml
poppler_utils
- proselint
pv
pwgen
python-environment