Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge] Release/azure mixedreality authentication/1.1.1 #23832

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -269,16 +269,16 @@ page at http://checkstyle.sourceforge.net/config.html -->

<!--Checks for package naming and name length limit. Package names have to starting with either-->
<!--'com.microsoft.azure' or 'com.azure', and then the extension names should only contains-->
<!--characters 'a' to 'z' with no more than 30 characters and the package names should be no-->
<!--characters 'a' to 'z' with no more than 20 characters and the package names should be no-->
<!--more than 80 characters.-->
<module name="PackageName">
<property name="format" value="^(?=.{9,80}$)((com.microsoft|com.azure)(\.[a-z]{1,30})*)+$"/>
<property name="format" value="^(?=.{9,80}$)((com.microsoft|com.azure)(\.[a-z]{1,20})*)+$"/>
</module>

<!-- Javadoc checks -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
<module name="JavadocMethod">
<property name="accessModifiers" value="public, protected"/>
<property name="scope" value="protected"/>
</module>
<module name="MissingJavadocMethod"/>
<module name="MissingJavadocType"/>
Expand Down
Loading