From #2370.
Should the script be extended to incorporate more than just Python files?
(From @dhermes): Relating to this
I wrote a script for #2390 to check all the extensions we have (and extension-less files): The output is
.cmd
.enc
.gitignore
.html
.ico
.in
.ini
.json
.md
.png
.proto
.ps1
.py
.rst
.sample
.sh
.txt
.yaml
.yml
.zip
Not extensions:
.bigtable_v2 (not an extension, actually Makefile.bigtable_v2)
.coveragerc
.datastore (not an extension, actually Makefile.datastore)
LICENSE
docs/Makefile
scripts/pylintrc_default
From #2370.
(From @dhermes): Relating to this
I wrote a script for #2390 to check all the extensions we have (and extension-less files): The output is
.cmd.enc.gitignore.html.ico.in.ini.json.md.png.proto.ps1.py.rst.sample.sh.txt.yaml.yml.zipNot extensions:
.bigtable_v2(not an extension, actuallyMakefile.bigtable_v2).coveragerc.datastore(not an extension, actuallyMakefile.datastore)LICENSEdocs/Makefilescripts/pylintrc_default