Skip to content

Commit

Permalink
Suppress LineLength for Track 1 (Azure#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Sep 6, 2019
1 parent e22b9e3 commit 9411e74
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,14 @@
<!-- Don't check for JavaDocPackage in samples or tests -->
<suppress checks="JavadocPackage" files=".*[/\\](samples|test)[/\\].*\.java"/>

<!-- Suppress lineLength for samples and tests -->
<!-- Suppress LineLength for samples and tests -->
<suppress checks="LineLength" files=".*[/\\](samples|test)[/\\].*\.java"/>

<!-- Suppress lineLength for Storage on Preview 3. https://github.com/Azure/azure-sdk-for-java/issues/5125 -->
<suppress checks="LineLength" files=".*[/\\]com[/\\]azure[/\\]storage[/\\]*"/>
<!-- Suppress LineLength for Storage on Preview 3. https://github.com/Azure/azure-sdk-for-java/issues/5125 -->
<suppress checks="LineLength" files=".*[/\\]com[/\\]azure[/\\]storage[/\\]"/>

<!-- Suppress LineLength for Track 1 libraries. -->
<suppress checks="LineLength" files=".*[/\\]com[/\\]microsoft[/\\]"/>

<!-- Don't apply custom Checkstyle rules to files under checkstyle package. -->
<suppress checks="com\.azure\.tools\.checkstyle\.checks\..+" files=".*[/\\]tools[/\\]checkstyle[/\\].*"/>
Expand Down

0 comments on commit 9411e74

Please sign in to comment.