open-traffic-generator / conformance

Open Traffic Generator Conformance Tests
MIT License
4 stars 1 forks source link

Addition of lint check #40

Closed Vibaswan closed 1 year ago

Vibaswan commented 1 year ago

Fixes #39

Tasks done:

  1. addition of a function in shell script for python lint
  2. addition of a function in shell script for go lint
  3. update read me with the description
  4. update ci with the lint checks

Example CI failure when code not in proper format -> https://github.com/open-traffic-generator/conformance/actions/runs/3847022329/jobs/6552986731

After the code is in proper format the CI passes -> https://github.com/open-traffic-generator/conformance/actions/runs/3847280869/jobs/6553543433