GitHub user junichi11 opened a pull request:
https://github.com/apache/incubator-netbeans/pull/129
Sort rat excludes alphabetically
To prevent to add duplicate one, rat excludes should be sorted
alphabetically. Actually, there was one duplicate line.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/junichi11/incubator-netbeans
sort-rat-excludes-alphabetically
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/129.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #129
----
commit 6e0de07d040cb8c582a58025134002081731eef8
Author: Junichi Yamamoto <[email protected]>
Date: 2017-10-12T02:28:14Z
Remove a duplicate rat exclude
commit ad3607a092c54f8266fb57dab4d6df02a7951c18
Author: Junichi Yamamoto <[email protected]>
Date: 2017-10-12T02:32:41Z
Sort rat excludes alpabetically
Prevent to add duplicate one.
----
---