Skip to content

Commit

Permalink
Clean up .talismanrc
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-laukoetter committed Dec 19, 2023
1 parent 332dd4b commit d52127e
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,22 @@ fileignoreconfig:
checksum: 446eff0044854604c36e380d186aab48077af382668430ad518ef49b37d4fa02
- filename: SECURITY.md
checksum: b1743150cdd537be3a66f5308f887d130f0f320ab21628b63713808090a84e3f
- filename: app/routes/time_entries.$id.tsx
allowed_patterns: [password]
- filename: app/routes/login.tsx
allowed_patterns: [password, troiPassword]
- filename: app/routes/_index.tsx
allowed_patterns: [password]
- filename: app/components/troi.client.tsx
allowed_patterns: [password, /wiki/spaces/\w+/pages/\d+]
- filename: app/routes/projects.tsx
allowed_patterns: [password]
- filename: app/troi/useTroi.hook.tsx
allowed_patterns: [password]
- filename: tests/unit/transformCalendarEvents.test.ts
allowed_patterns: [key]
- filename: app/tasks/nocodbClient.server.ts
checksum: f4bcc85b1fbacd2a8dd8da7675849a40024fb1f7d909b4692954412aa2473319
- filename: app/sessions.ts
allowed_patterns: [todo_create_a_secret_and_load_from_env]
- filename: app/mocks/stubs/calculationPositions.json
checksum: 4013141db60d72f20e9867642310c167f9f32d55406e7d9b788995eeac3c2111
- filename: tests/e2e/login.spec.ts
checksum: 1a0d9ceaf8e4a6d76c7c9c0df4fcaca85edf5bd08344dd7a02cafa17cf01031a
- filename: app/routes/login.tsx
allowed_patterns: [password, troiPassword]
- filename: app/components/troi.tsx
allowed_patterns: [/wiki/spaces/\w+/pages/\d+]
- filename: tests/unit/transformCalendarEvents.test.ts
allowed_patterns: [key]
- filename: tests/e2e/LoginPage.ts
allowed_patterns: [password]
- filename: app/sessions.ts
allowed_patterns: [todo_create_a_secret_and_load_from_env]

version: ""
scopeconfig:
Expand Down

0 comments on commit d52127e

Please sign in to comment.