Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2dcbbf7 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Detekt: Authorize all comments

parent 969f09f3
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
# Naming rules
naming:

  ConstructorParameterNaming:
    active: false

  VariableNaming:
    active: false


# Style rules
style:

  ForbiddenComment:
    active: false