[x] I have checked that another pull request for this purpose does not exist.
[ ] I wrote some tests for this PR.
Small description of change:
Renames every compiler notice to type language_error and makes them configurable. If disabled only syntax-errors and enabled analyzers will notice. If all analyzers are disabled too only syntax errors will be shown.
With this we can finally disable all those false notices we currently get :+1:
Hey!
Type: new feature
Link to issue: #276
This pull request affects the following components (please check boxes):
In raising this pull request, I confirm the following (please check boxes):
Small description of change:
Renames every compiler notice to type language_error and makes them configurable. If disabled only syntax-errors and enabled analyzers will notice. If all analyzers are disabled too only syntax errors will be shown. With this we can finally disable all those false notices we currently get :+1: