# tools/core/constants/conduct.constants.ts

> 6 lines of code and 1 definition.

Tree: Coordination tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/coordination#file-coordination-tools-core-constants-conduct-constants-ts
Source text: https://banes-lab.com/assets/sources/source.3f0992ff830d814f8070aa662ce8c5b09e8dd1c5510a359478ce74e80ef1081f.generated.txt

## Definitions

- `FAILING_QUESTIONS` (lexical_declaration, line 1, exported)

## Source

```typescript
export const FAILING_QUESTIONS: readonly string[] = [
    "no-declared-surface",
    "subject-is-an-act",
    "empty-population",
    "not-evaluable",
];
```
