Skip to content

Commit

Permalink
fix(ls): make IMBMQ Channel Bindings topic field always optional (#2523)
Browse files Browse the repository at this point in the history
Refs #2522
  • Loading branch information
char0n authored Feb 6, 2023
1 parent f5b3093 commit f6704d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import queueTypeLint from './queue--type';
import queueRequiredLint from './queue--required';
import queueTopicMutuallyExclusiveLint from './queue-topic--mutually-exclusive';
import topicTypeLint from './topic--type';
import topicRequiredLint from './topic--required';
import maxMsgLengthTypeLint from './max-msg-length--type';

const lints = [
Expand All @@ -13,7 +12,6 @@ const lints = [
queueRequiredLint,
queueTopicMutuallyExclusiveLint,
topicTypeLint,
topicRequiredLint,
maxMsgLengthTypeLint,
allowedFieldsLint,
];
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import queueTypeLint from './queue--type';
import queueRequiredLint from './queue--required';
import queueTopicMutuallyExclusiveLint from './queue-topic--mutually-exclusive';
import topicTypeLint from './topic--type';
import topicRequiredLint from './topic--required';
import maxMsgLengthTypeLint from './max-msg-length--type';

const lints = [
Expand All @@ -13,7 +12,6 @@ const lints = [
queueRequiredLint,
queueTopicMutuallyExclusiveLint,
topicTypeLint,
topicRequiredLint,
maxMsgLengthTypeLint,
allowedFieldsLint,
];
Expand Down

This file was deleted.

0 comments on commit f6704d9

Please sign in to comment.