jas4711 opened a new pull request, #274:
URL: https://github.com/apache/arrow-go/pull/274

   Hello.  I'm packaging this project for Debian.
   
   Our linter noticed that a bunch of source code files are marked as 
executable in the source repository.  I don't think this is a good idea, and it 
is done inconsistency, so I suspect it is leftover somehow.  How about the 
attached patch?  Generated like this:
   
   ```
   chmod -x $(find . -type f -executable|grep -v -e ^./.git -e ^./ci -e ^./dev)
   ```
   
   /Simon


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