INFRA-2108 | Ankit Bhardwaj | Changed abbrevation rule length form 1 to 2

This commit is contained in:
Ankit Bhardwaj
2023-09-14 18:35:33 +05:30
parent c5adcccf13
commit b3160c301e
2 changed files with 2 additions and 4 deletions

View File

@@ -42,6 +42,4 @@ curl -X POST "http://127.0.0.1:8080/api/user/mapping" \
-F "file=@<path-to-user-mapping-file>;filename=user-mapping.yml;type=application/x-yaml"
```
- For SonarQube Analysis of the project please refer: https://sonarqube.cmd.navi-tech.in/dashboard?id=Deployment-portal
Dummy commit to trigger build
- For SonarQube Analysis of the project please refer: https://sonarqube.cmd.navi-tech.in/dashboard?id=Deployment-portal

View File

@@ -260,7 +260,7 @@
</module>
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="0"/>
<property name="allowedAbbreviationLength" value="1"/>
<property name="tokens"
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF,
PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF,