Mark Harrison

Results 6 issues of Mark Harrison

### Terraform Version ``` > terraform version Terraform v1.0.2 on darwin_amd64 + provider registry.terraform.io/hashicorp/local v2.1.0 ``` I've also observed this on 0.14.6 ### Terraform Configuration Files main.tf: ```terraform module "foo"...

bug
core
confirmed

From: http://www.cirosantilli.com/markdown-styleguide/#lists-and-empty-lines (Edit: the link is now http://www.cirosantilli.com/markdown-style-guide/#empty-lines-inside-lists ) The style guide actually specifies that there should always be blank lines between all list items in a given list, or...

new rule

Allow specific rule violations to be ignored in the document itself. The mechanism for this: - Should not appear in the rendered document - Should optionally allow a specific rule...

enhancement
on deck

There is significant confusion surrounding the use of style files vs configuration files. The intent originally was that style files would specify rule behavior, and that you would choose either...

enhancement

In #1291, and later #1539 and #1540, changes were made to ignore the first click on an unfocused window on macos. At the time, this behavior was hardcoded per platform...

enhancement
H - macos
S - config

Add integration tests that run the program and verify the output on some sample files. Add unit tests for each module (doc, cli, config, rule sets, styles).

in progress
tests