-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds checkstyle workflow Fixes all linting related issues in the main source set Removes release from build workflow Adds checkstyle failure criteria
- Loading branch information
Showing
120 changed files
with
5,140 additions
and
3,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ coverage: | |
base: auto | ||
flags: | ||
- unittests | ||
if_ci_failed: error | ||
if_ci_failed: error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE suppressions PUBLIC | ||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" | ||
"https://checkstyle.org/dtds/suppressions_1_0.dtd"> | ||
<suppressions> | ||
<!-- Disabled due to lots of standards using full capital names and abbreviations --> | ||
<suppress files="." checks="AbbreviationAsWordInNameCheck"/> | ||
|
||
<!-- Disabled because of styling choice --> | ||
<suppress files="." checks="RequireEmptyLineBeforeBlockTagGroup" /> | ||
|
||
<!-- Generated RPC of the VXI11 module --> | ||
<suppress checks="." files="org[\\/]jtmc[\\/]core[\\/]lxi[\\/]vxi11[\\/]rpc[\\/]"/> | ||
<suppress checks="." files="org[\\/]jtmc[\\/]core[\\/]lxi[\\/]vxi11[\\/]portmap[\\/]"/> | ||
</suppressions> |
Oops, something went wrong.