-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add rebar3 formatting * Remove old way * Remove lint warnings * Actually verify the formatting on CI * Remove support for OTP 20 * Revert indentation of long lists * Moving comments until AdRoll/rebar3_format#83 is fixed
- Loading branch information
Brujo Benavides
authored
Apr 16, 2020
1 parent
7078e2d
commit 9129594
Showing
13 changed files
with
422 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
-type aws_datetime() :: string(). % "YYYYMMDDTHHMMSSZ" | ||
-type iso_datetime() :: string(). % "YYYY-MM-DDTHH:MM:SSZ" | ||
|
||
-record(credentials, { | ||
expiration :: undefined | iso_datetime(), | ||
security_token :: undefined | string(), % required when using temporary credentials | ||
secret_access_key :: string(), | ||
access_key_id :: string() | ||
}). | ||
-record(credentials, | ||
{expiration :: undefined | iso_datetime(), | ||
security_token :: undefined | string(), % required when using temporary credentials | ||
secret_access_key :: string(), | ||
access_key_id :: string()}). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.