green-code-initiative / ecoCode-javascript

Reduce the environmental footprint of your JS/TS software programs
https://ecocode.io
GNU General Public License v3.0
21 stars 18 forks source link

add rule Limit db query results #18

Closed elisecodedestrucs closed 1 year ago

elisecodedestrucs commented 1 year ago

add a rule that forbids SQL requests that can have an infinite number of returns

dedece35 commented 1 year ago

HI @elisecodedestrucs, please correct the "branch out-of-date" warning above :p

elisecodedestrucs commented 1 year ago

Hi, Thank you for your returns! I have made the requested changes don't hesitate to tell me if there's more

utarwyn commented 1 year ago

@elisecodedestrucs can you also re-run npm script update:eslint-docs to update documentation files with the new description I proposed? (to correct the build) Apart from that, everything looks good to me!