jeffreykegler / yahc

Yet Another Hoon Compiler
MIT License
0 stars 1 forks source link

Horizontal backdent gaps, unaligned #41

Closed jeffreykegler closed 5 years ago

jeffreykegler commented 5 years ago

Currently I require all horizontal gaps (that is, gaps with no newlines) to be exactly one stop long. This issue is about anomalies where alignment with adjacent lines does not seem to be an issue. I think therefore, these all belong in anomaly.suppressions.

@ohAitch -- do you agree?

There are 61 of these. Here's the lint output:

joined.lint.txt

ohAitch commented 5 years ago

It was at some point supposed to be ford style that / runes use two-stop gaps instead of one, but nobody's been doing that and they should just be regularized to one-stop yup

And everything else looks like just errors, agree

jeffreykegler commented 5 years ago

All warnings added to anomaly.suppressions in the above referenced commit. Marking as "ready to be closed".

jeffreykegler commented 5 years ago

Closed as per the above