sigee commented on PR #1689:
URL: https://github.com/apache/stormcrawler/pull/1689#issuecomment-3395086633

   > Is the rule set consistent with `git-code-format:format-code`?
   
   I haven't checked all of them, but most of them yes. As I saw it just 
extend/add more rule. E.g.: 'package' should be separated from 
previous line. Which is in some of the case true, but some of the case not in 
this project.
   See: 
[FeedParserBolt.java](https://github.com/apache/stormcrawler/blob/main/core/src/main/java/org/apache/stormcrawler/bolt/FeedParserBolt.java#L17)
 vs. 
[JSONResource.java](https://github.com/apache/stormcrawler/blob/main/core/src/main/java/org/apache/stormcrawler/JSONResource.java#L1)
   Even the license header is at the different place of the files. :(
   
   But you are right, I'll check them all to be sure, there is no contradiction.


-- 
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]

Reply via email to