You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
250 B

  1. version = 1
  2. test_patterns = ["/app/javascript/mastodon/**/__tests__/**"]
  3. [[analyzers]]
  4. name = "ruby"
  5. enabled = true
  6. [[analyzers]]
  7. name = "javascript"
  8. enabled = true
  9. [analyzers.meta]
  10. environment = [
  11. "nodejs",
  12. "browser",
  13. "jest"
  14. ]