You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/01/25 18:10:57 UTC

[GitHub] [couchdb] davisp commented on a change in pull request #3343: Add a development container for VS Code / GitHub Codespaces

davisp commented on a change in pull request #3343:
URL: https://github.com/apache/couchdb/pull/3343#discussion_r563936562



##########
File path: rel/files/eunit.config
##########
@@ -13,5 +13,18 @@
 [
     {kernel, [{error_logger, silent}]},
     {sasl, [{sasl_error_logger, false}]},
-    {fabric, [{eunit_run, true}]}
+    {fabric, [{eunit_run, true}]},

Review comment:
       Looks like the trailing comma here is causing your parse error. Maybe move your comment and config value before the eunit_run setting to avoid that?




----------------------------------------------------------------
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:
users@infra.apache.org