Skip to content

Commit

Permalink
Fix styleCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Mar 13, 2020
1 parent ac008cd commit 39c87cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
preset: laravel
enabled:
- alpha_ordered_imports
disabled:
- length_ordered_imports
- simplified_null_return
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

## [Unreleased](https://github.com/markwalet/dotenv-manager/compare/v1.1.0...master)

## [v1.2.1](https://github.com/markwalet/dotenv-manager/compare/v1.2.0...v1.2.1)

### Fixed
- Fixed styleCI configuration

## [v1.2.0](https://github.com/markwalet/dotenv-manager/compare/v1.1.0...v1.2.0)

### Added
- Added StyleCI badge to README.
- Add support for Laravel 7. ([#4](https://github.com/markwalet/dotenv-manager/issues/4))
- Added support for Laravel 7. ([#4](https://github.com/markwalet/dotenv-manager/issues/4))

### Fixed
- Fixed the link to travis CI in the README.
Expand Down

0 comments on commit 39c87cd

Please sign in to comment.