Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 630 Bytes

CONVENTIONS.md

File metadata and controls

14 lines (11 loc) · 630 Bytes

Conventions

We attempt to follow the Library creators' guidelines. This ensures that the library is robust.

Automated Checks

  • Style is done via the .editorconfig file.
  • We use detekt for static code analysis, as well as formatting and style checks. The config file contains details of some of the choices we've made.
  • Explicit API mode is enabled in order to increase API transparency.