DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

introducing linter for new code changes only #136

Closed yashs360 closed 1 month ago

yashs360 commented 1 month ago

Adding linter check for Pull requests to save some trivial review time. Atm limited to new changes only, but can be extended to all code in future as we cleanup old lint errors.

yashs360 commented 1 month ago

All checks pass in the current PR due to no new code change.

here is the verification of lint error detection for a bad change -

Screenshot 2024-07-11 at 9 45 22 PM Screenshot 2024-07-11 at 9 45 45 PM
yashs360 commented 1 month ago

Please review @arpitbbhayani @JyotinderSingh