1
0
mirror of synced 2025-12-29 09:03:46 -05:00
Files
airbyte/airbyte-commons-cli
Anne e9afa9bef3 Error Prone PMD rules (#15010)
* Implement ErrorProne PMD rules:
AssignmentInOperand
AvoidAccessibilityAlteration
AvoidBranchingStatementAsLastInLoop
AvoidCatchingNPE
AvoidCatchingThrowable
AvoidDuplicateLiterals rule
2022-08-09 15:30:48 -07:00
..
2022-08-09 15:30:48 -07:00
2022-03-13 14:45:36 -07:00

airbyte-commons-cli

This module houses utility functions for the commons-cli library. It is separate from commons, because it depends on external library commons-cli which we do not want to introduce as a dependency to every module.