Merge branch 'imp/15.0/pylintrc' into '15.0-test'

imp/15.0/pylintrc into 15.0-test

See merge request hibou-io/hibou-odoo/suite!1462
This commit is contained in:
Hibou Bot
2022-09-01 20:29:39 +00:00

View File

@@ -20,6 +20,10 @@ if [ "$DEV_MODE_PATH" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.theia)" ]
then
cp -R /opt/odoo/hibou-suite/.theia $DEV_MODE_PATH
fi
if [ "$DEV_MODE_PATH" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.pylintrc)" ]
then
cp -R /opt/odoo/hibou-suite/.pylintrc $DEV_MODE_PATH
fi
if [ "$DEV_MODE_PATH" == "" ]
then