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: beeb/lintspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: beeb/lintspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 6 commits
  • 41 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. ci: add cargo deny (#49)

    beeb authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    d144a9c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. chore: update readme (#51)

    beeb authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    79a7638 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Configuration menu
    Copy the full SHA
    8cfc11f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. refactor!: separate parsing from validation (#54)

    * refactor!: separate parsing from validation
    
    * docs: fix documentation
    beeb authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    9cdd90d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. refactor!: granular configuration (#56)

    * feat!: start refactoring config
    
    * refactor!: config management
    
    * refactor: rename enforcement variants
    
    * refactor: rename items
    
    * chore: update config
    
    * fix(variable): validation
    
    * fix(modifier): validation
    
    * fix(function): validation
    
    * test(structure): adjust tests
    
    * test(modifier): adjust tests
    
    * test(function): adjust tests
    
    * test(function): fix test
    
    * fix(event): validation
    
    * fix(lint): defaults for validation options
    
    * test(event): adjust test
    
    * test(enumeration): adjust tests
    
    * test(constructor): adjust tests
    
    * feat: better error message for missing `@return` on variables
    
    * test: update snapshot tests
    
    * feat: add `init` command
    
    * feat: add option to enforce either notice or dev
    
    * fix: remove print
    
    * chore: fix example config
    
    * feat: add CLI args to customize rules
    
    * test: add tests for default configurations and builders
    
    * refactor: change default config for constructors
    
    * chore: update default config
    
    * test(constructor): adjust tests
    
    * test(enumeration): adjust tests
    
    * test(error): adjust tests
    
    * test(event): adjust tests
    
    * test: remove unused imports
    
    * test(function): adjust tests
    
    * test(modifier): adjust tests
    
    * test(struct): add test
    
    * test(struct): adjust tests
    
    * test(variable): adjust tests
    
    * test: update snapshots
    
    * docs: add comments to default config example
    
    * refactor!: change env prefix
    
    * fix: env params with underscores
    
    * docs: readme
    
    * test: remove unused imports
    beeb authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    e286013 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.4.0 (#50)

    Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
    beeb-release-plz[bot] authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    8ba6d55 View commit details
    Browse the repository at this point in the history
Loading