dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Check names of added files for sanity #2706

Closed npostavs closed 5 years ago

npostavs commented 5 years ago

Trying to catch problems like the one fixed in #2705 ahead of time.

* test/travis-ci.sh (check-filenames): New function.
* .travis.yml: Use it.  Bump Emacs 26 to 26.2.
npostavs commented 5 years ago

It catches the error:

$ check-filenames
"recipes/(:name stylus-mode        :description \"Emacs major mode for stylus template highlighting.\"        :type github        :pkgname \"vladh/stylus-mode.rcp": File name does not consist of -+./_ or ASCII letters or digits.
The command "check-filenames" exited with 1.

I've merged the first commit in.