Skip to content

Commit

Permalink
Module documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Apr 6, 2023
1 parent 237f9a6 commit a4719bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'package.yaml'
- 'stack.yaml'
- 'app/**'
- 'site/**'
- 'src/**'
- 'test/**'

Expand Down
10 changes: 10 additions & 0 deletions src/Fingerprint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ See the License for the specific language governing permissions and
limitations under the License.
-}

-- |
-- Description: Fills partial fingerprints.
-- Copyright: Copyright 2023 Google LLC
-- License: Apache-2.0
-- Maintainer: [email protected]
--
-- SARIF uses partial fingerprints in results to aid in an attempt
-- to track the "same" issues despite changes. This fills partial
-- fingerprints in results which do not already have them,
-- while keeping everything else the same in SARIF output.
module Fingerprint (fill) where

import Data.Aeson
Expand Down

0 comments on commit a4719bd

Please sign in to comment.