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)')