massakam opened a new pull request #74: Check code format before unit tests
URL: https://github.com/apache/pulsar-client-node/pull/74
 
 
   Just before the unit tests are run by Jenkins, check the format of the code. 
If the format is incorrect, the job will fail.
   
   In addition, right now, the following warnings are output when running `npm 
run lint`.
   ```
   /home/massakam/github/pulsar-client-node/tests/end_to_end.test.js
      59:21  warning  Unexpected `await` inside a loop  no-await-in-loop
     203:21  warning  Unexpected `await` inside a loop  no-await-in-loop
     269:29  warning  Unexpected `await` inside a loop  no-await-in-loop
     274:29  warning  Unexpected `await` inside a loop  no-await-in-loop
     322:21  warning  Unexpected `await` inside a loop  no-await-in-loop
   
   ? 5 problems (0 errors, 5 warnings)
   ```
   These warnings can be ignored in the test code, so I modified 
`.eslintrc.json`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to