Skip to content

Commit

Permalink
WIP: ignore db fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink committed Feb 13, 2024
1 parent 33dc62a commit 569c4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ Discourse/Plugins/NamespaceMethods:
Exclude:
- '**/spec/**/*'
- '**/tasks/**/*.rake'
- '**/db/fixtures/**/*'

Discourse/Plugins/NamespaceConstants:
Enabled: true
Exclude:
- '**/spec/**/*'
- '**/tasks/**/*.rake'
- '**/db/fixtures/**/*'

0 comments on commit 569c4fb

Please sign in to comment.