googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

Missing behaviors should be fatal warnings #112

Open nomego opened 8 years ago

nomego commented 8 years ago

The message:

Behavior X not found when mixing properties into Y!

Is a warning from https://github.com/Polymer/hydrolysis/blob/cec64f94c57955ec1a449f0a5c8cfe79d5f25ef7/src/ast-utils/docs.ts#L150 right now but should be a fatal error referencing the file and location of the referenced behavior and causing the polylint process to exit with a non-zero return code.