Replies: 1 comment
-
File-centric approach
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Special directives/comments like:
// lint:ignore_file
- ignore for all lines in file// lint:ignore_line
- ignore for current line only// lint:ignore_next_line
- ignore for current line onlyExamples:
Beta Was this translation helpful? Give feedback.
All reactions