Showing content from https://github.com/dotenv-linter/dotenv-linter/releases below:
Releases · dotenv-linter/dotenv-linter · GitHub
Releases: dotenv-linter/dotenv-linter
Releases · dotenv-linter/dotenv-linter
v3.3.0 Features
- Add check for values that require surrounding quotes #521 (@tabfugnic)
Fixes
- Check that tag is valid semver #556 (@zd4y)
- Don't remove quotes for values containing hash-sign #560 (@95jonpet)
CI
Documentation
Miscellaneous Tasks
Refactor
- Move CLI commands to separate functions #489 (@mgrachev)
- Check ci with all-targets arg #488 (@shapurid)
- Usage of fix and compare #486 (@shapurid)
- Skip_checks with use default iterator #482 (@shapurid)
Testing
Update dependencies
- Bump actions/stale from 6 to 7 #607
- Bump update-informer from 0.5.0 to 0.6.0 #603
- Bump wagoid/commitlint-github-action from 5.2.2 to 5.3.0 #595
- Bump Swatinem/rust-cache from 2.1.0 to 2.2.0 #588
- Bump lycheeverse/lychee-action from 1.5.3 to 1.5.4 #587
- Bump lycheeverse/lychee-action from 1.5.2 to 1.5.3 #586
- Bump Swatinem/rust-cache from 2.0.1 to 2.1.0 #582
- Bump lycheeverse/lychee-action from 1.5.1 to 1.5.2 #583
- Bump wagoid/commitlint-github-action from 5.2.0 to 5.2.2 #581
- Bump boa-dev/criterion-compare-action from 3.2.3 to 3.2.4 #580
- Bump assert_cmd from 2.0.4 to 2.0.5 #578
- Bump criterion from 0.3.6 to 0.4.0 #575
- Bump Swatinem/rust-cache from 2.0.0 to 2.0.1 #571
- Bump dunce from 1.0.2 to 1.0.3 #564
- Bump wagoid/commitlint-github-action from 5.0.2 to 5.2.0 #565
- Bump boa-dev/criterion-compare-action from 3.2.2 to 3.2.3 #570
- Bump actions/stale from 5 to 6 #552
- Bump lycheeverse/lychee-action from 1.5.0 to 1.5.1 #538
- Bump Swatinem/rust-cache from 1.4.0 to 2.0.0 #534
- Bump dprint/check from 2.0 to 2.1 #535
- Bump criterion from 0.3.5 to 0.3.6 #532
- Bump wagoid/commitlint-github-action from 5.0.1 to 5.0.2 #530
- Bump Swatinem/rust-cache from 1.3.0 to 1.4.0 #528
- Bump actions/cache from 3.0.2 to 3.0.4 #522
- Bump boa-dev/criterion-compare-action from 3.2.1 to 3.2.2 #518
- Bump regex from 1.5.4 to 1.5.6 #520
- Bump crossbeam-utils from 0.8.5 to 0.8.8 #519
- Bump wagoid/commitlint-github-action from 4.1.11 to 5.0.1 #527
- Bump boa-dev/criterion-compare-action from 3.2.0 to 3.2.1 #509
- Bump clap from 3.1.9 to 3.1.10 #506
- Bump clap from 3.1.8 to 3.1.9 #505
- Bump actions/stale from 4 to 5 #502
- Bump actions/cache from 3.0.1 to 3.0.2 #501
- Bump codecov/codecov-action from 2.1.0 to 3 #499
- Bump wagoid/commitlint-github-action from 4.1.10 to 4.1.11 #500
- Bump clap from 3.1.6 to 3.1.8 #497
- Bump wagoid/commitlint-github-action from 4.1.9 to 4.1.10 #495
- Bump actions/cache from 3.0.0 to 3.0.1 #494
- Update dependency
update-informer
#493
- Bump actions/cache from 2 to 3.0.0 #491
- Update
clap
#485
- Bump wagoid/commitlint-github-action from 2 to 4.1.9 #473
- Bump actions/checkout from 1 to 3 #474
- Bump codecov/codecov-action from 1 to 2.1.0 #475
- Bump tempfile from 3.2.0 to 3.3.0 #478
- Bump assert_cmd from 2.0.2 to 2.0.4 #479
- Bump update-informer from 0.3.0 to 0.4.0 #477
- Update dependency
update-informer
#470
v3.2.0 v3.1.1 🚀 Added
🔧 Changed
- Fix clippy warnings #437 (@mgrachev)
- Use enum instead of string for lint's identity #427 (@fabricio7p)
- Get rid of the name field in checks and fixes structs #432 (@mgrachev)
- Replace filter with unwrap on flatten #434 (@Fcukit)
v3.1.0 v3.0.0 v2.2.1 v2.2.0 v2.1.0 v2.0.0 v1.2.0 🔧 Changed
- SpaceCharacter: Show check name in the message #149 (@pineapplethief)
- LeadingCharacter: Show check name in message #144 (@michaetto)
- Rename
UnorderedKeys
check to singular UnorderedKey
#147 (@pineapplethief)
- KeyWithoutValue: Show check name in the message #139 (@harshu4)
- LowercaseKey: Show check name in the message #131 (@qelphybox)
- DuplicatedKey: Show check name in message #138(@SaMuRa1ReM1X)
- IncorrectDelimiter: Show check name in the message #146 (@undef1nd)
- Replaced kcov with grcov in Github Actions #143 (@pmk21)
- Streamline CLI tests and split into smaller files #137 (@sonro)
- UnorderedKey: Added check name to the message #140 (@pmk21)
- Add test coverage for CLI --exclude arguments #135 (@sonro)
- Renamed check SpacesAroundEqual to SpaceCharacter #134 (@SaMuRa1ReM1X)
- Rename check DuplicatedKeys to DuplicatedKey #133 (@sonro)
- Minimizing Rust Binary Size #132 (@akirill0v)
- Remove the unwrap method and use platform native OsString to fetch the information about current directory #115 (@kanapuli)
- Use HashSet for DuplicateKeyChecker #113 (@TamasFlorin)
- Use reference for the LineEntry as part of the run method for checks #111 (@TamasFlorin)
- New CLI API: Ability to check multiple directories #99 (@mgrachev)
- Add exit with the code 0 when there are no warnings #105 (@simPod)
- Use
get
method to get result of item in Vec
and use ? operator unwrap the result if it's Some
#108 (@boybird)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4