artsy / peril-settings

Artsy's peril settings
MIT License
31 stars 18 forks source link

@mzikherman => [DeploySummary] Inline all code, instead of relative imports across files #134

Closed mzikherman closed 5 years ago

mzikherman commented 5 years ago

Using a relative import caused an odd crash: https://github.com/artsy/force/pull/4407#issuecomment-521264480 .

This just inlines all the code for the rule where it's called (instead of importing it).