nickva commented on pull request #3568: URL: https://github.com/apache/couchdb/pull/3568#issuecomment-975776825
I had attempted to format the `3.x` [branch](https://github.com/apache/couchdb/pull/3837). It has a lot more files than `main` (500+) As a fun experiment I had performed a beam-level check too. As mentioned above by @rnewson, it did lead to [false positives](https://github.com/apache/couchdb/pull/3837#issuecomment-974607093) as `3.x` fabric imports `eunit.hrl`, which uses `?LINE` macros. Then, any module which imports from `fabric.hrl` and has tests or asserts in it, had failed the check. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
