# Ray CI conditional testing rules definition files. Applied to all files.
#
# Comment content, after '#', will be ignored.
# Empty lines will be ignored too.
#
#   ! tag1 tag2 tag3  # Declares a tag. A tag must be declared first to be used.
#   # Tags must be declared at the beginning.
#
#   dir/  # Directory to match
#   file  # File to match
#   dir/*.py  # Pattern to match, using fnmatch, matches dir/a.py dir/dir/b.py or dir/.py
#   @ tag1 tag2 tag3  # Tags to emit for a rule. A rule without tags is a skipping rule.
#
#   ;  # Semicolon to separate rules

! always lint

*
@ always lint
;
