Skip to content

Instantly share code, notes, and snippets.

@VahidGarousi
Last active December 16, 2024 12:47
Show Gist options
  • Save VahidGarousi/67135e6e7bef85dae8a3738bd0f4740d to your computer and use it in GitHub Desktop.
Save VahidGarousi/67135e6e7bef85dae8a3738bd0f4740d to your computer and use it in GitHub Desktop.
detekt.yaml
# Note that this is a slimmed version of a detekt config file that only includes behavior we
# want to override for our application. This is done by using `buildUponDefaultConfig` in the gradle
# configuration.
naming:
active: true
BooleanPropertyNaming:
active: true
allowedPattern: '^(is|has|are|can|was|should)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment