adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

Additional inspections issue#67 #95

Closed marcelhillesheim closed 3 years ago

marcelhillesheim commented 3 years ago

Added inspection and quickfix for incorrect delimiter and extra blank line. Added tests for existing inspections

Had to add the Getter for displayname as the tests would otherwise throw errors.

Will do the other checks from https://dotenv-linter.github.io/#/checks/ending_blank_line later.

adelf commented 3 years ago

Hi, Marcel. Thank you for this PR. It looks great. I’ll check and merge it a bit later.

adelf commented 3 years ago

Merged. Thanks!