diff options
author | ILYA Khlopotov <iilyak@apache.org> | 2019-02-26 18:16:50 +0000 |
---|---|---|
committer | ILYA Khlopotov <iilyak@apache.org> | 2020-04-15 04:01:39 -0700 |
commit | 522627eb88d8a280b62a125cf008991438848865 (patch) | |
tree | 83d29165ea48a89b0071e6b3c27dce976f2a1a04 /Makefile.win | |
parent | 2e78bebf2e40486681ed9dafa0e5f552de06a910 (diff) | |
download | couchdb-522627eb88d8a280b62a125cf008991438848865.tar.gz |
Integrate emilio - erang linter
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win index bdecc7315..0fc4d91c7 100644 --- a/Makefile.win +++ b/Makefile.win @@ -134,6 +134,7 @@ fauxton: share\www .PHONY: check # target: check - Test everything check: all python-black + @$(MAKE) emilio @$(MAKE) eunit @$(MAKE) javascript @$(MAKE) mango-test @@ -175,6 +176,9 @@ just-eunit: export ERL_AFLAGS = "-config $(shell echo %cd%)/rel/files/eunit.conf just-eunit: @$(REBAR) -r eunit $(EUNIT_OPTS) +emilio: + @bin\emilio -c emilio.config src\ | python.exe bin\warnings_in_scope -s 3 + .venv/bin/black: @python.exe -m venv .venv @.venv\Scripts\pip3.exe install black || copy /b .venv\Scripts\black.exe +,, @@ -359,7 +363,7 @@ install: release @echo . @echo To install CouchDB into your system, copy the rel\couchdb @echo to your desired installation location. For example: - @echo xcopy /E rel\couchdb C:\CouchDB\ + @echo xcopy /E rel\couchdb C:\CouchDB\ @echo . ################################################################################ |