FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
04-26-2022 03:45 AM
Hello Community,
our customer is currently testing our IDE App.
Now they found out that the IDE App is always reporting the problem of "Line too long", even on our own fuction (e.g. motion.py).
See the attached picture.
Thanks and best regards!
Solved! Go to Solution.
04-26-2022 09:25 AM
Could you please add a system report or at least tell the versions of the system and the IDE app? So we know what you are using exactly.
04-26-2022 11:27 AM
Hello,
thanks for feedback.
The customer is using 1.12 system image installed with 1.12 IDE App. The tesing was based on virtual Control.
04-26-2022 04:33 PM
In the version 1.12.4 of the IDE app we changed the code linter to flake8 in its base setting. Therefore all warnings are in standard settings, also the line length. This are just linting warnings and do not have effect on the function of the code. You can adapt them in the file "defaults.py". I also switched off two warnings:
In the version 1.16 of the IDE app the linter will work with the python pep8 standard to have a better experience there.