-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: super-linter/super-linter
base: v6.9.0
head repository: super-linter/super-linter
compare: v7.0.0
- 9 commits
- 89 files changed
- 2 contributors
Commits on Aug 14, 2024
-
chore: remove file_array leftovers (#6018)
Remove the initialization of FILE_ARRAY_xxx variables because worker.sh dynamically initializes them already.
Configuration menu - View commit details
-
Copy full SHA for d9bf945 - Browse repository at this point
Copy the full SHA d9bf945View commit details -
sql-lint is unmaintained, and its dependencies are impacted by several vulnerabilities.
Configuration menu - View commit details
-
Copy full SHA for 48d5391 - Browse repository at this point
Copy the full SHA 48d5391View commit details -
fix: remove intro text from stdout and stderr (#6020)
- Remove introductory text from stdout and stderr files. - Always create stdout and stderr files, not only when there are errors.
Configuration menu - View commit details
-
Copy full SHA for 3d3274d - Browse repository at this point
Copy the full SHA 3d3274dView commit details -
fix!: remove undocumented secondary extension case (#5983)
Remove an undocumented corner case that might cause Super-linter to consider a configuration value for a configuration file that points to a non-existing YAML file as valid. Before this change, Super-linter falls back to a yml (yaml) extension if the configuration value points to a non-existing file with a yaml (yml) extension. This workaround dates back to when Super-linter didn't support customizing configuration file names. Now, if the configuration file doesn't exist, Super-linter throws a fatal error so users can fix their configuration instead.
Configuration menu - View commit details
-
Copy full SHA for 9131ef7 - Browse repository at this point
Copy the full SHA 9131ef7View commit details -
fix: avoid concurrent edits to the same file (#6027)
Reduce the number of processes to 1 if at least one FIX_xxxx variable is set to true. This avoids that Parallel runs multiple processes that might edit the same file at the same time.
Configuration menu - View commit details
-
Copy full SHA for 2f0ac20 - Browse repository at this point
Copy the full SHA 2f0ac20View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2664cb3 - Browse repository at this point
Copy the full SHA 2664cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1080af3 - Browse repository at this point
Copy the full SHA 1080af3View commit details -
feat: prettier for additional languages (#6025)
- CSS, Sass, SCSS - HTML - JSON - JSX - GraphQL - Vue - YAML
Configuration menu - View commit details
-
Copy full SHA for 1d12a31 - Browse repository at this point
Copy the full SHA 1d12a31View commit details -
chore(main): release 7.0.0 (#6026)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 02a1172 - Browse repository at this point
Copy the full SHA 02a1172View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.9.0...v7.0.0