Changed the behaviour of the Linters from Exception-based to a simple array return, which leads to a different usage of the linter classes (checking for returned results instead of listening to exceptions) (breaking change)
-- Adjusted tests
Enhanced behaviour of the package: Minimum alert level is now suggestions (breaking change)
Fixed the it_lints_single_translation_with_custom_styles test (it did not use a custom style so far)
Changed the behaviour of the Linters from Exception-based to a simple array return, which leads to a different usage of the linter classes (checking for returned results instead of listening to exceptions) (breaking change) -- Adjusted tests
Enhanced behaviour of the package: Minimum alert level is now suggestions (breaking change)
Fixed the it_lints_single_translation_with_custom_styles test (it did not use a custom style so far)
https://github.com/beyondcode/laravel-prose-linter/pull/15/commits/2341f64c882263ff6499e84b2568c896d25b55b5
Fixed preceding dot in blade view from resources/view root
Updated docs and Readme
Code Style Improvements & StyleCI