[ADD] makefile: prettier format code_generator
This commit is contained in:
parent
54b68d3469
commit
82a653d056
2 changed files with 15 additions and 1 deletions
14
.prettierignore
Normal file
14
.prettierignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Ignore artifacts:
|
||||
build
|
||||
.coverage
|
||||
.repo
|
||||
.venv
|
||||
|
||||
# Ignore specific file
|
||||
*.svg
|
||||
|
||||
# Ignore folder
|
||||
addons/TechnoLibre_odoo-code-generator/code_generator_website_leaflet/static/src/js
|
||||
addons/TechnoLibre_odoo-code-generator/code_generator_website_leaflet/static/src/scss
|
||||
addons/TechnoLibre_odoo-code-generator/enhanced_crud/static/libs
|
||||
addons/TechnoLibre_odoo-code-generator/enhanced_crud/static/src/css/jquery-context-menu
|
||||
2
Makefile
2
Makefile
|
|
@ -785,7 +785,7 @@ format:
|
|||
format_code_generator:
|
||||
.venv/bin/isort --profile black -l 79 ./addons/TechnoLibre_odoo-code-generator/
|
||||
./script/maintenance/black.sh ./addons/TechnoLibre_odoo-code-generator/
|
||||
#./script/maintenance/prettier_xml.sh ./addons/TechnoLibre_odoo-code-generator/
|
||||
./script/maintenance/prettier_xml.sh ./addons/TechnoLibre_odoo-code-generator/
|
||||
|
||||
.PHONY: format_erplibre_addons
|
||||
format_erplibre_addons:
|
||||
|
|
|
|||
Loading…
Reference in a new issue