jhthorsen / json-validator

:cop: Validate data against a JSON schema
https://metacpan.org/release/JSON-Validator
56 stars 58 forks source link

turn off -st option, to allow for "perltidy -b $filename" #162

Closed karenetheridge closed 5 years ago

karenetheridge commented 5 years ago

Summary

Now it's possible for the user to run perltidy manually.

Motivation

Because perltidy is mandatory for getting patches into this repository :)

References

none.

marcusramberg commented 5 years ago

I believe this repo is using the standard mojo perltidyrc, so that should probably be opened as a discussion upstream.

Sent with GitHawk

jhthorsen commented 5 years ago

I don't know why "-st" is part of the standard .perltidyrc. Does anyone have an argument for why it's there?

jhthorsen commented 5 years ago

Ah. Sorry. I messed up. Going to merge this PR 👍