Address codacy issues

Issue #526 resolved
Ed McDonagh created an issue

Well, some of them at least...

Comments (62)

  1. Luuk

    A lot of "codacy issues" are due to trailing spaces. You can easily remove them in PyCharm by right clicking on the project root directory in the project pane. Select "Replace in Path" and use regex: [ ]+$ Replace by <empty string>.

  2. Ed McDonagh reporter

    Thanks @LuukO. Do you fancy branching from this branch and committing it directly into this repo? I can then get Codacy to review the change, and by doing it in this repo directly the pipelines will run too...

  3. David Platten

    @edmcdonagh, I've set codacy to ignore the JavaScript and css library files that are being used. The ignored .js files are now:

    • boost.js
    • bootstrap-datepicker.js
    • bootstrap.js
    • bootstrap.min.js
    • chroma.min.js
    • datepicker.js
    • drilldown.js
    • export-csv.js
    • exporting.js
    • highcharts.js
    • html5shiv.min.js
    • jquery-1.11.0.min.js
    • jquery.qtip.min.js
    • npm.js
    • offline-exporting.js
    • respond.min.js
    • response.min.js
    • sorttable.js
    • three.min.js

    The ignored css files are:

    • bootstrap-theme.css
    • bootstrap-theme.min.css
    • bootstrap.css
    • bootstrap.min.css
    • datepicker3.css
    • jquery,qtip.min.css
  4. Log in to comment