Sha256: 1a4e1d95c8c4b9f025a329368227953358b6ec12c8a0dd984762cab46270f708
Contents?: true
Size: 469 Bytes
Versions: 25
Compression:
Stored size: 469 Bytes
Contents
--- layout: default title: Selectively Disabling Rules parent: Usage nav_order: 4 --- # Selectively Disabling Rules Sometimes you want to be able to disable linting rules for just one specific file or one specific scenario. To do this, use the tag format `@disable<Linter Name>`. For example `@disableTooLongStep`. If used at the feature level, the linter will be deactivated for the whole file, used at the scenario level, only that one scenario will be excused.
Version data entries
25 entries across 25 versions & 1 rubygems