How to disable rules #229
-
|
How do you use the Running |
Beta Was this translation helpful? Give feedback.
Answered by
zavoloklom
Jul 18, 2025
Replies: 1 comment 6 replies
-
|
There seems to be a mismatch between the yargs implementation and the docs on how options and files are sorted. npx dclint docker-compose.yml --disable-rule no-unbound-port-interfaces// line 14 cli.ts
.usage('Usage: $0 <files..> [options]') |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rpungello Hi!
npx dclint docker-compose.yml --disable-rule no-unbound-port-interfacesthis command seems correctCould you give me your github-action config?
I assume it should be smthg like
EDITED: I get it. Created a fix, now it should work. But still would be great to see an example and if you can test it again.