pgadmin4/runtime/src
Pravesh Sharma 62056cab14
Fixed sonaqube security smells and bugs
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
..
css Implemented runtime using NWjs to open pgAdmin4 in a standalone window 2021-01-29 13:38:27 +05:30
html Some minor string improvements. 2022-12-06 14:50:26 +00:00
js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30