-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Disable checkstyle suppressions for Track 2 libraries #18279
Comments
@srnagar could you take look at the anomaly detector code changes for this issue? |
EventGrid enabled checkstyle. This was removed from <suppress checks="[a-zA-Z0-9]*" files="[/\\]azure-messaging-eventgrid[/\\]src[/\\]"/> |
There are a few required changes by the checkstyle plugin that we cannot address. They are recommendations on the public API method signatures that have already gone GA. We will still need to suppress the checkstyle for the sync and async clients as well as the generated layer as we have no control over the code style there. |
Yes, those should be fine. We mainly wanted to address the removal of the wildcard suppression |
Generic checkstyle suppression disabled for all mentioned libs. |
Skumar/rch metadata api (Azure#18279) * Defining the APIs for the new NSP resource * adding metadata API details * updating ResourceHealth.json * fixed resourcehealth.json * fixing linter issues rch metadata * prettier fixes * additional linting fixes * additional linting fixes * suggesting lintf fixes * model fixes * model fixes 2 * model fixes 2 Co-authored-by: Hari Prasad Perabattula <[email protected]> Co-authored-by: Hari Prasad Perabattula <[email protected]>
The text was updated successfully, but these errors were encountered: