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: cytopia/docker-file-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3
Choose a base ref
...
head repository: cytopia/docker-file-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4
Choose a head ref
  • 13 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 30, 2020

  1. README: Fix a typo in the example configuration file

    This seems to be a copy & paste artifact, as the configuration keys
    itself are spelled correctly, but the comment describing this block is
    wrongly suggesting that the following block is about `file-crlf` (rather
    than `file-nullbyte`).
    kbabioch committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    256da1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from kbabioch/fix/typo-readme-config

    README: Fix a typo in the example configuration file
    cytopia authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    162e703 View commit details
    Browse the repository at this point in the history
  3. README: Update recommendation for file-nullbyte to only search text f…

    …iles
    
    This updates the recommended / suggested configuration file presented in
    the `README.md` file, so that `file-nullbyte` is only searching text
    files by default (`FILE_NULLBYTE_TEXT=0).
    
    Searching binary files for null bytes (`NUL`) makes not too much sense,
    since it will regularly find such files, and it is perfectly fine for
    them to contain these bytes.
    
    This addresses one aspect of an issue with searching binary files with
    this particular file check (documented in #14).
    kbabioch committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    91d00b0 View commit details
    Browse the repository at this point in the history
  4. Dockerfile: Set correct URL for repo label

    Currently the repo label is set to a different repository, which was probably
    a copy & paste mistake in the beginning. The URL for this repository is
    `https://github.com/cytopia/docker-file-lint`, so this commit changes it.
    kbabioch committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    33ec071 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from kbabioch/update-readme-nullbyte

    README: Change recommendation for file-nullbyte to only search text files
    cytopia authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6ae3c1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8288b1b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16 from kbabioch/fix/dockerfile-repo

    Dockerfile: Set correct URL for repo label
    cytopia authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5017c1b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Add tool: git-conflicts

    cytopia committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    7d1dd6e View commit details
    Browse the repository at this point in the history
  2. Add related tools

    cytopia committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    e370e39 View commit details
    Browse the repository at this point in the history
  3. Enhance git conflicts check

    cytopia committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    2280565 View commit details
    Browse the repository at this point in the history
  4. Update examples

    cytopia committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    839d2fe View commit details
    Browse the repository at this point in the history
  5. Bump version

    cytopia committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1a74b46 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from cytopia/release-0.4

    Release 0.4
    cytopia authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    85bfa8b View commit details
    Browse the repository at this point in the history
Loading