virtual-labs-archive / cryptography-iiith

Cryptography lab
Other
3 stars 70 forks source link

Avoid unused local variables such as '$v'. #93

Open BSravanthi opened 5 years ago

BSravanthi commented 5 years ago

Detects when a local variable is declared and/or assigned but not used.

Please refer to the following link to fix similar issues. https://app.codacy.com/app/BSravanthi/cryptography-iiith/issues?&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W251bGxdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiVW51c2VkIENvZGUiXX0seyJpZCI6IkxldmVsIiwidmFsdWVzIjpbbnVsbF19LHsiaWQiOiJQYXR0ZXJuIiwidmFsdWVzIjpbMTUzXX0seyJ2YWx1ZXMiOltdfV0=

NAGULAVANCHA commented 5 years ago

commit: 105dd29

DevikaBoddu commented 5 years ago

valid fix: @NAGULAVANCHA

dmeghana98 commented 5 years ago

valid fix @NAGULAVANCHA