NIAEFEUP / uni

Mobile app designed to help students of the University of Porto to manage their academic life.
GNU General Public License v3.0
50 stars 18 forks source link

Create uni_ui custom lint rule to avoid string literals #1385

Open DGoiana opened 2 weeks ago

DGoiana commented 2 weeks ago

To keep it as a design system, define a custom lint rule that detects string literals inside widgets defined in the uni_ui package. We avoid hardcoded texts and pass all of them as parameters. Investigate custom_lint package in order to do it.