Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_lint Loading
base: v0.18.0
Choose a base ref
...
head repository: aspect-build/rules_lint Loading
compare: v0.19.0
Choose a head ref
  • 10 commits
  • 36 files changed
  • 7 contributors

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    129a609 View commit details
    Browse the repository at this point in the history
  2. feat: remove golangci-lint (#207)

    In preparation for 1.0, we want all linters to work correctly.
    In the discussion for #129 we decided that is a fatal bug, and no one is able to fix it in the short term.
    
    We're happy to add Go linting back to rules_lint when someone has a correct implementation that handles transitive srcs.
    The code will still be here in the git history when it's time to revive it.
    
    Closes #129
    alexeagle committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ee24ede View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. chore: mirror external releases (#209)

    Co-authored-by: alexeagle <[email protected]>
    github-actions[bot] and alexeagle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    dbc4440 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. chore: mirror external releases (#213)

    Co-authored-by: alexeagle <[email protected]>
    github-actions[bot] and alexeagle committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    e8d11a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced7b02 View commit details
    Browse the repository at this point in the history
  3. chore: mirror external releases (#214)

    Co-authored-by: alexeagle <[email protected]>
    github-actions[bot] and alexeagle committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    260aa0d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Update flake8 docs (#206)

    * Update flake8 docs
    
    Update the flake8 documentation example to reflect the latest changes.
    
    * chore: also update source file
    codrin-lanterne committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ad04f3b View commit details
    Browse the repository at this point in the history
  2. feat(format): Add ability to ignore files (#210)

    * feat: remove golangci-lint (#207)
    
    In preparation for 1.0, we want all linters to work correctly.
    In the discussion for #129 we decided that is a fatal bug, and no one is able to fix it in the short term.
    
    We're happy to add Go linting back to rules_lint when someone has a correct implementation that handles transitive srcs.
    The code will still be here in the git history when it's time to revive it.
    
    Closes #129
    
    * Move changes from linting.md to formatting.md
    
    * Address review comments
    
    ---------
    
    Co-authored-by: Alex Eagle <[email protected]>
    mrmeku and alexeagle committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    291f888 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat(lint): Add Kotlin linter using ktlint (#215)

    * Add ktlint aspect for Kotlin
    
    * Address feedback
    
    * Update docs
    
    * Undo maven_install changes
    
    * chore: register ktlint in the README table
    
    Also add it for use with 'aspect lint'.
    
    * chore: add integration test coverage for ktlint
    
    * Make java available in PATH
    
    * Support under WORKSPACE
    
    * Update lint_test.bats
    
    * Simplify and write to stdout when violation is enabled
    
    ---------
    
    Co-authored-by: Alex Eagle <[email protected]>
    smocherla-brex and alexeagle committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    92968d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7505e28 View commit details
    Browse the repository at this point in the history
Loading