2) { $this->add_violation( $file_path, 0, 'Bundle class should be in ./rsx/app/ or ./rsx/app/(module)/ but not in feature subdirectories', null, 'Move this bundle to ./rsx/app/ if used globally, or to ./rsx/app/' . $parts[0] . '/ if module-specific', 'convention' ); } } }