mendix-cli
mendix-cli copied to clipboard
A set CLI tools to enhance Mendix app development workflows. They are mainly designed for professionals but should be usable for everybody.
# Use case We would like to be able to implement policies that checks anatomy of microflow implementations. Like avoid commit inside of a loop. # Solution translate the flows...
# Use case Developers tend to change modules imported from Marketplace. However these changes are often not tracked well which makes it tricky/risky to upgrade the module in the future...
Mxlint extension now downloads mxlint-cli on demand. It would be nice if the system already has mxlint-cli installed it will be used. Consider: https://github.com/mh-cbon/go-msi
``` { "name": "rules/005_microflows/005_0001_empty_string_check_not_complete.rego", "tests": 0, "failures": 0, "skipped": 0, "time": 0, "testcases": [] } ```
Find away that is universal to all documents that can be parsed and ignored. Proposal: if a document description contains "#NOQA" token. Ignore/skip it
Hi all, I am currently trying to create a rule that checks the number of activities inside a microflow. The goal is to trigger a warning once the number reaches,...
Notes from meeting with Sophie: Accessibility best practices - Alt-text required for all images - keyboard navigation: tab-index should not be used unless needed explicitly (Sophie) - heading usage: H2...
## use case No need to change allow execution policy. This reduces steps end-users need to take. Also corporate laptops do not allow disabling execution policy. ## solution Sign the...
fixes #77 and #78