Skip to content

Release 0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 01:13
3a38311

New features

  • Rule 4.1.3 Try to use 'val' instead of 'var' for variable declaration (#328)
  • Handling custom property accessors in formatting rules (#337)
  • Recommendation 4.3.2 generic types explicit declaration (#314)
  • Rule 2.6
  • Rule 4.1.1 - precise arithmetic with float values (#303)
  • Rule 3.14.2 string template format (#305)
  • Check if copyright year is valid (#270)
  • Chapter 5 introduced (#308)
  • Recommendation 4.2.2 type alias (#288)
  • Suppress in individual files (#255)
  • Implementation of recommendation 3.10 - local variables declaration (#214)
  • Chapter 4 of Kotlin codestyle (#273)

Fixes

  • Assignment operator increases indent with extended option (#338)
  • bugfix/header-missing-for-single-object (#340)
  • Added handling of annotated properties to BLANK_LINE_BETWEEN_PROPERTIES (#331)
  • Trim multiline text in warnings (#322)
  • #315 Configurable indentation size. (#316)
  • Type alias wrong trigger (#319)
  • Cover cases missing in recommendation 3.7 (#287)
  • Fixing NPE in package naming (#300)
  • Documentation on symbols in test classes (#271)

Housekeeping

  • Fixing smoke test (#342)
  • Fixes bug in functional_tests.yml (#345)
  • Bump dokka-maven-plugin from 1.4.0 to 1.4.10 (#329)
  • Bump java-diff-utils from 4.7 to 4.8 (#330)
  • Making diktat consistent with own code style (#318)
  • Add functional tests for diktat (#312)
  • Update RulesConfigYamlTest (#307)
  • WildCards Import add documentation (#281)
  • Bump jacoco-maven-plugin from 0.8.5 to 0.8.6 (#309)
  • Initialized diktat smoke tests (#234)
  • Added classPath argument to detekt plugin, fixed detected issues (#238)
  • Updating readme (#298)
  • Bump detekt-maven-plugin from 1.11.0 to 1.13.1 (#274)
  • Bump junit-jupiter from 5.6.2 to 5.7.0 (#276)
  • Bump commons-io from 2.7 to 2.8.0 (#275)
  • Update versions in pom.xml and documentation after 0.1.0 release (#280)