AfshinLab / BLR

MIT License
4 stars 0 forks source link

Check all YAML files for missing newlines at end of file #38

Closed marcelm closed 4 years ago

marcelm commented 4 years ago

I noticed some YAML files are missing newlines. We already have a linter check for this, but it only covers environment.yml. With this change, flake8 checksn all YAML files.

pontushojer commented 4 years ago

Looks good!