File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
core/src/main/java/cloud/stackit/sdk/core/auth Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3535 <exclude name =" OnlyOneReturn" />
3636 </rule >
3737
38+ <!-- Excluded this rule to allow simple behaviour like parameter.method()
39+ or chained getter calls (transversing dtos) -->
3840 <rule ref =" category/java/design.xml" >
41+ <exclude name =" LawOfDemeter" />
3942 </rule >
4043
4144 <rule ref =" category/java/documentation.xml" >
Original file line number Diff line number Diff line change 66import cloud .stackit .sdk .core .config .EnvironmentVariables ;
77import cloud .stackit .sdk .core .exception .CredentialsInFileNotFoundException ;
88import cloud .stackit .sdk .core .exception .PrivateKeyNotFoundException ;
9+ import cloud .stackit .sdk .core .model .ServiceAccountCredentials ;
910import cloud .stackit .sdk .core .model .ServiceAccountKey ;
1011import cloud .stackit .sdk .core .utils .Utils ;
1112import com .google .gson .Gson ;
You can’t perform that action at this time.
0 commit comments