eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

Associate .bats files with ShellWax #31

Closed sebthom closed 4 years ago

sebthom commented 4 years ago

.bats is the extension tests of the Bash Automated Testing System https://github.com/bats-core/bats-core#usage

The files are valid Bash files.

akurtakov commented 4 years ago

Would you please sign Eclipse.org contributor agreement? It's a prereq so I can accept your contribution. https://www.eclipse.org/legal/ECA.php

sebthom commented 4 years ago

@akurtakov I already signed it, however I am using <github-user>@users.noreply.github.com for my commits (which I am not going to change). Apparently the ECA robot is not clever enough to make the correlation between my github user name in the commit and my github user name in my eclipse account.

akurtakov commented 4 years ago

Can you please point to your signed ECA as a proof if I get asked by foundation?

akurtakov commented 4 years ago

Thinking more about it - it might be simpler to just do the change on my own.

sebthom commented 4 years ago

Yep, better just do the change yourself.

akurtakov commented 4 years ago

Sorry for that, some things are beyond me to control/influence.

sebthom commented 4 years ago

@akurtakov no worries!

akurtakov commented 4 years ago

In master now.