Add a rule that detects outdated or deprecated technologies prominently featured in a CV.
Create a list of outdated tech signals:
- jQuery (without React/Vue/modern framework)
- AngularJS (v1, not Angular 2+)
- PHP 5.x
- Python 2
- SVN (without Git)
- Heroku (as primary deployment, post-2024)
- CoffeeScript
- Backbone.js
- Grunt/Gulp (without modern bundlers)
Severity: minor if mentioned alongside modern tools, major if it's the only tooling listed in that category.
Add to UNIVERSAL_RULES in packages/core/src/rules/index.ts.
Add a rule that detects outdated or deprecated technologies prominently featured in a CV.
Create a list of outdated tech signals:
Severity:
minorif mentioned alongside modern tools,majorif it's the only tooling listed in that category.Add to
UNIVERSAL_RULESinpackages/core/src/rules/index.ts.