From ce38915ff1f0715d110800a14c693989770445c6 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sun, 17 Jul 2022 18:33:22 -0600 Subject: [PATCH] Add README.md. --- README.md | 8 ++++++++ libedit.rpmlintrc | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 README.md delete mode 100644 libedit.rpmlintrc diff --git a/README.md b/README.md new file mode 100644 index 0000000..962f623 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# libedit + +[Libedit](https://www.thrysoee.dk/editline/) is an autotool- and libtoolized +port of the +[NetBSD Editline library](http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/?sortby=date#dirlist). +It provides generic line editing, history, and tokenization functions, similar +to those found in +[GNU Readline](https://tiswww.case.edu/php/chet/readline/rltop.html). diff --git a/libedit.rpmlintrc b/libedit.rpmlintrc deleted file mode 100644 index a932f0a..0000000 --- a/libedit.rpmlintrc +++ /dev/null @@ -1,5 +0,0 @@ -# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON -# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors - -# The dictionary is missing some technical terms -addFilter(r'W: spelling-error .* (autotool|libtoolized|tokenization)')