jomarko opened a new issue, #1670:
URL: https://github.com/apache/incubator-kie-issues/issues/1670

   Currently, we use [email protected] for checking apache license headers. We 
should migrate to @0.17.x once first final version of that stream is available.
   
   This migration will affect mainly `.rat-excludes` files that we store in the 
root of each relevant kie repository.
   
   Such migration will need to update current `.rat-excludes` files format from:
   ```
   # jitexecutor/jitexecutor-bpmn/src/test/resources/UnparsableModel.bpmn2
   UnparsableModel.bpmn2
   # jitexecutor/jitexecutor-bpmn/src/test/resources/ValidModel.bpmn
   ValidModel.bpmn
   # jitexecutor/jitexecutor-dmn/src/main/resources/META-INF/resources/bundle.js
   bundle.js
   ```
   
   where every single file is represented just as filename, to:
   ```
   jitexecutor/jitexecutor-bpmn/src/test/resources/UnparsableModel.bpmn2
   jitexecutor/jitexecutor-bpmn/src/test/resources/ValidModel.bpmn
   jitexecutor/jitexecutor-dmn/src/main/resources/META-INF/resources/bundle.js
   ```
   
   where every single file is represented as full path to the file plus 
filename.
   
   Such `.rat-excludes` change will help us to avoid conflicts, when we want to 
check `FileName.java` in repository `A` but we want to skip check for 
`FileName.java` in the repository `B` for example.
   
   with this change, we should update also verify build instructions introduced 
as: https://github.com/apache/incubator-kie-website/pull/10/files
   
   thes instructions should benefit from `.rat-excludes` files in future.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to