AzureAD / azure-activedirectory-library-for-android

The ADAL SDK for Android gives you the ability to add support for Work Accounts to your application with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
http://www.windowsazure.com/en-us/services/active-directory/
MIT License
177 stars 108 forks source link

Add linting #1738

Closed fadidurah closed 1 year ago

fadidurah commented 1 year ago

Currently, we don't run linting for adal at PR level. This change will enable it whenever "assembleLocal" is called.