File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/fr/greencodeinitiative/python/checks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 <mockito .version>5.3.1</mockito .version>
6060
6161 <!-- temporary version waiting for real automatic release in ecocode repository -->
62- <ecocode-rules-specifications .version>1.4.6 </ecocode-rules-specifications .version>
62+ <ecocode-rules-specifications .version>1.4.7 </ecocode-rules-specifications .version>
6363
6464 <sonar-analyzer-commons .version>2.5.0.1358</sonar-analyzer-commons .version>
6565
Original file line number Diff line number Diff line change 2828
2929@ Rule (key = "EC35" )
3030@ DeprecatedRuleKey (repositoryKey = "gci-python" , ruleKey = "S34" )
31- @ DeprecatedRuleKey (repositoryKey = "gci-python" , ruleKey = "EC34" )
31+ @ DeprecatedRuleKey (ruleKey = "EC34" )
3232public class AvoidTryCatchWithFileOpenedCheck extends PythonSubscriptionCheck {
3333
3434 public static final String DESCRIPTION = "Avoid the use of try-catch with a file open in try block" ;
You can’t perform that action at this time.
0 commit comments