Schwad / InSpecStyle-atom

Other
0 stars 0 forks source link

Run linter against all cops #2

Open Schwad opened 4 years ago

Schwad commented 4 years ago

Describe the bug

At the moment only a handful of prototype cops work on the linter. This despite reloading everything, flushing caches, rebumping all versions, etc. This are cops that work on manual local rubocop runs.

This will be held for now as we develop another slew of cops, which might help uncover robust patterns we ought to be using instead for the linter.

Schwad commented 4 years ago

This is very odd - on a dry run with 18 Rules this morning the only rule that seems to be grabbing, still, is attributes. Will have to see what the difference is between that and the other rules to gain insight.

Related epic: https://github.com/inspec/inspec/issues/5112

Schwad commented 4 years ago

Okay - I feel I made a functionally identical cop but it's not grabbing. Will spend next while trying to unlock if I'm missing anything here.