Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# To configure git to use this file when using `git blame`:
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs

# DT-921: Add spotless to consent service
# https://github.com/DataBiosphere/consent/pull/2741

1 change: 1 addition & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Semgrep
on: [ pull_request ]
jobs:
semgrep:
if: false
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
.vscode/
.metals/

## Do not ignore project based code styles
!.idea/codeStyles

## File-based project format
*.ipr
*.iws
Expand Down Expand Up @@ -157,4 +154,7 @@ hs_err_pid*
dependency-reduced-pom.xml

## GHA Credentials
gha-creds-*.json
gha-creds-*.json

## ignore project based code styles (using spotless plugin)
.idea/codeStyles/*
Loading
Loading