benc-uk / postman-prometheus

Run Postman collections continuously and export results as Prometheus metrics
https://code.benco.io/postman-prometheus/
MIT License
28 stars 18 forks source link

Code in main branch has linting problems, causing all PRs to fail linting #14

Closed Bak3y closed 2 years ago

Bak3y commented 2 years ago

When PR #5 got merged, it went into main with a linting error. All subsequent PRs now display that linting problem as well.

Expected Behavior

Users should be able to submit a PR into this repo and not have unrelated linting problems.

Actual Behavior

See above.

Steps to Reproduce the Problem

Open a PR into this repo without changing anything related to the files changed in PR #5

Bak3y commented 2 years ago

PR to fix this, I believe https://github.com/benc-uk/postman-prometheus/pull/15

Bak3y commented 2 years ago

Fixed with #15 merged.