pgadmin4/web/pgadmin/tools/debugger/static
Yogesh Mahajan 707ff450b5 Fixed following SonarQube issues:
1. Boolean checks should not be inverted.
2. The comma operator should not be used.
3. Arguments to built-in functions should match documented types.
4. Redundant pairs of parentheses should be removed.
5. A conditionally executed single line should be denoted by indentation, 
6. A while loop should be used instead of a 'for' loop.
2020-06-26 13:12:07 +05:30
..
css Improvement in the look and feel of the whole application 2018-12-21 17:14:55 +05:30
js Fixed following SonarQube issues: 2020-06-26 13:12:07 +05:30
scss Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging. Fixes #5101 2020-02-28 15:27:01 +05:30