.ameba.yml 286 B

1234567891011
  1. # Disable since we're following dart-lang/markdown
  2. Metrics/CyclomaticComplexity:
  3. Enabled: false
  4. # Disable since most of the alternative methods aren't available
  5. # in Crystal 1.0.0
  6. Lint/NotNilAfterNoBang:
  7. Enabled: false
  8. # TODO
  9. Documentation/DocumentationAdmonition:
  10. Enabled: false