Skip to content

Commit

Permalink
merge:(courts-db) Merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Feb 17, 2020
1 parent 78781d2 commit 80f5230
Show file tree
Hide file tree
Showing 9 changed files with 293 additions and 214 deletions.
33 changes: 33 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
max_line_length = 79

[*.{js,html,json,css}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

# The JSON files contain newlines inconsistently
[*.json]
insert_final_newline = ignore

# Minified JavaScript files shouldn't be changed
[**.min.js]
indent_style = ignore
insert_final_newline = ignore

# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
33 changes: 33 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Prevent Windows git clients for goofing up files that must run on Linux
* text eol=lf

# Image files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.psd binary

# Audio files
*.wma binary
*.mp3 binary

# Compressed files
*.jar binary
*.exe binary
*.bz2 binary
*.gz binary
*.zip binary

# Fonts
*.eot binary
*.otf binary
*.ttf binary
*.woff binary
*.woff2 binary

# File formats
*.ods binary
*.pdf binary
*.xls binary
*.wpd binary
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

custom: https://www.courtlistener.com/donate/?referrer=github-courtlistener
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ dmypy.json

.idea/courts-db.iml

/.github/workflows/tests.yml

courts_db/all_crts.json

courts_db/lexis_output.txt

courts_db/*.json

courts_db/*.txt
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You can find our VDP here: https://free.law/vulnerability-disclosure-policy/
Loading

0 comments on commit 80f5230

Please sign in to comment.