copyright-header icon indicating copy to clipboard operation
copyright-header copied to clipboard

Don't add a header to empty files

Open jisaacstone opened this issue 6 years ago • 2 comments

Python requires package folders to have an 'init.py' file, but usually this file is empty. Since there is no code in the file adding a copyright header seemed to me to be a bit nonsensical. I suppose this could be a flag, but I really can't think of why anyone should need a copyright header for an empty file?

jisaacstone avatar Mar 09 '19 06:03 jisaacstone

Looks like couldn't find the github-linguist package. Updated the Gemspec to look for v7.2, see if that works

jisaacstone avatar Mar 11 '19 20:03 jisaacstone

nah yeah that did not work. Sorry I don't actually know ruby at all so I'm not sure exactly what is going on, looks like there is a ~> 6.0 version for github-linguist available (just installed github-linguist-6.4.1 locally) so I don't know why the ci build can't find it?

jisaacstone avatar Mar 12 '19 03:03 jisaacstone