Skip to content

Commit

Permalink
Add UniqueSettingIds to allChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacarie Carr authored and Zacarie Carr committed Jan 10, 2025
1 parent 8a08b83 commit 4737453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme-check-common/src/checks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import { ValidSchemaName } from './valid-schema-name';
import { ValidStaticBlockType } from './valid-static-block-type';
import { VariableName } from './variable-name';
import { MissingSchema } from './missing-schema';
import { UniqueSettingIds } from './unique-settings-id';

export const allChecks: (LiquidCheckDefinition | JSONCheckDefinition)[] = [
AppBlockValidTags,
Expand Down Expand Up @@ -80,6 +81,7 @@ export const allChecks: (LiquidCheckDefinition | JSONCheckDefinition)[] = [
TranslationKeyExists,
UnclosedHTMLElement,
UndefinedObject,
UniqueSettingIds,
UniqueStaticBlockId,
UnknownFilter,
UnusedAssign,
Expand Down

0 comments on commit 4737453

Please sign in to comment.