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: seaofvoices/darklua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.3
Choose a base ref
...
head repository: seaofvoices/darklua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 10 commits
  • 121 files changed
  • 1 contributor

Commits on Nov 22, 2023

  1. Add rule to append text comments (#141)

    This PR adds a new rule that generates a comment at the start or the end
    of each file. The rule can be configured to take the comment content
    from the rule configuration or from a file.
    jeparlefrancais authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bd34ce7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. Add rule to remove interpolated strings (#156)

    A rule that replaces interpolated strings with `string.format` calls
    jeparlefrancais authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9ac592f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790f2f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    2bdc0b4 View commit details
    Browse the repository at this point in the history
  2. Add rule to remove debug library profiling function calls (#162)

    Add a new rule to remove calls to `debug.profilebegin` and
    `debug.profileend` functions
    jeparlefrancais authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    843ddeb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    df51a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483359d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d7b96c View commit details
    Browse the repository at this point in the history
Loading