Skip to content

Commit

Permalink
Merge pull request #20 from shaneu/main
Browse files Browse the repository at this point in the history
Merging updates to opensource
  • Loading branch information
dilipkumar2k6 authored Jun 22, 2021
2 parents 4f365f1 + b39f40d commit 752bfee
Show file tree
Hide file tree
Showing 99 changed files with 9,075 additions and 3,430 deletions.
117 changes: 67 additions & 50 deletions .ge_ignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,67 @@
*go-earlybird*
*.jpg
*.png
*.bmp
*.svg
*.mp3
*.wav
*.ogg
*.gif
*.tif
*.tiff
*.psd
*.xcf
*.gz
*.tar
*.7z
*.pyc
*.git*
*vendor*
*/bin/*
*/binaries/*
*/pom.xml*
*/release.properties
*/dependency-reduced-pom.xml
*.DS_Store
*/.classpath
*/.checkstyle
*.class
*hs_err_pid*
*/.idea
*.iml
*.vertx
*.swf
*.exe
*.bin
*.min.js
*.ttf
*.eot
*.html
*.woff
*.otf
*.xsd
*.xjb
*.ico
*.pdf
*.docx
*.css
*jquery*
*/node_modules/*
*.lock
**/*go-earlybird*
**/*.jpg
**/*.png
**/*.bmp
**/*.svg
**/*.mp3
**/*.wav
**/*.ogg
**/*.gif
**/*.tif
**/*.tiff
**/*.psd
**/*.xcf
**/*.gz
**/*.tar
**/*.7z
**/*.pyc
**/*.git*
**/*.svn*
**/*vendor*
**/bin/*
**/binaries/*
**/pom.xml*
**/release.properties
**/dependency-reduced-pom.xml
**/*.DS_Store
**/.classpath
**/.checkstyle
**/*.class
**/*hs_err_pid*
**/.idea
**/*.iml
**/*.vertx
**/*.swf
**/*.exe
**/*.bin
**/*.min.js
**/*.js.map
**/*.debug.js
**/*.bundled.js
**/*.ts.map
**/*.min.map
**/*.ttf
**/*.eot
**/*.html
**/*.woff
**/*.otf
**/*.xsd
**/*.xjb
**/*.ico
**/*.pdf
**/*.docx
**/*.scss
**/*.less
**/*.css
**/*.css.map
**/*.min.css
**/*jquery*
**/node_modules/*
**/*.lock
**/package-lock.json
**/*LICENSE*
**/npm-shrinkwrap.json
**/*.g4
**/go.sum
**/CHANGELOG*
**/changelog-archive/*
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020 American Express Travel Related Services Company, Inc.
Copyright 2021 American Express Travel Related Services Company, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ $ go-earlybird --git=https://github.com/americanexpress/earlybird
- [False Positives - How are they managed? How do I filter them?](./docs/FALSEPOSITIVES.md)
- [Labels - What are labels? How do I create my own?](./docs/LABELS.md)
- [Ignore - How do I skip lines or files intentionally?](./docs/IGNORE.md)
- [Inclusivity - How do I perform an inclusivity scan?](./docs/INCLUSIVITY.md)


## Why Are We Doing This?
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
::
:: Copyright 2020 American Express
:: Copyright 2021 American Express
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright 2020 American Express
# Copyright 2021 American Express
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
18 changes: 0 additions & 18 deletions config/ccnumber.json

This file was deleted.

101 changes: 0 additions & 101 deletions config/common.json

This file was deleted.

Loading

0 comments on commit 752bfee

Please sign in to comment.