# Copyright 2019, Régis Décamps
# SPDX-License-Identifier: BSD-3-Clause

directories:
  .

targets:
  //java/...
  //javatests/...
  # Add targets that reach the source code that you want to resolve here
  //jflex/...

additional_languages:
  # Uncomment any additional languages you want supported
  # android
  # dart
  # go
  # python
  # scala

test_sources:
  javatests
  src/test/java
 
