Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echo string format #76

Merged
merged 5 commits into from
Oct 10, 2016

Commits on Oct 10, 2016

  1. Implement an option to configure the echoed message, dense-analysis#48

    Via `g:ale_echo_msg_format` where:
    - `%s` is the error message itself
    - `%linter%` is the linter name
    - `%severity` is the severity type
    
    e.g
    let g:ale_echo_msg_fomat = '[%linter%] [%severity%] %s'
    KabbAmine committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    50f14e9 View commit details
    Browse the repository at this point in the history
  2. Add new options for defining the string used for errors in echoed

    message
    
    `g:ale_echo_msg_error_str` and `g:ale_echo_msg_warning_str`
    KabbAmine committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    9a5619e View commit details
    Browse the repository at this point in the history
  3. Change text output of some linters

    Now that the echoed message can be customized, no need to add the type
    to the text variable.
    KabbAmine committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    057f89b View commit details
    Browse the repository at this point in the history
  4. Update README & documentation file

    * Fix some typos
    * Sort the table of options alphabetically (except echo_msg_x_str options)
    KabbAmine committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    a56aae5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da416bb View commit details
    Browse the repository at this point in the history