Skip to content

Commit

Permalink
Merge b59466e into d33b006
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 3, 2020
2 parents d33b006 + b59466e commit 0fc36ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,5 +9,5 @@
fused:
make -C tools/fused

editorconfig:
editorconfig-self-lint:
make -C tools/python editorconfig
4 changes: 2 additions & 2 deletions tools/python/Makefile
Expand Up @@ -10,5 +10,5 @@ sample: $(TOOLS) Makefile
clean:
rm -rf pp_inc.h

editorconfig:
python editorconfig-lint.py ../../.editorconfig
editorconfig-self-lint:
python editorconfig-self-lint.py ../../.editorconfig
Expand Up @@ -46,8 +46,9 @@ def main():
if not os.path.exists(path):
sys.stderr.write('%s not found...' % path)
sys.exit(2)
ini.readfp(EditorConfig(path))
ini.read_file(EditorConfig(path))
sys.exit(0)


if __name__ == '__main__':
main()

0 comments on commit 0fc36ba

Please sign in to comment.