Skip to content

Release 2.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 12:57

Added

  • #69 Data : Add rule GCI99 Avoid CSV Format
  • #76 Add rule GCI103 Dictionary Items Unused. A rule specifying that dictionary iteration should consider the pertinence of the element used.
  • #79 Add rule GCI106 Avoid SQRT in a loop
  • #71 Data / AI : Add rule GCI96 Require Usecols Argument in Pandas Read Functions
  • #72 Add rule GCI97 Optimize square computation (scalar vs vectorized method)

Changed

  • compatibility updates for SonarQube 25.5.0
  • upgrade libraries versions
  • correction of technical problem with Integration tests (because of Maven format in technical answer to "sonar-orchestrator-junit5" library)
  • update from jdk 11 to 17
  • Add Lombok annotation processing inside maven-compiler plugin, to fix compile error on Arm64 architecture