Skip to content

Commit

Permalink
Merge pull request #20 from getappmap/feat/annotate-source-code
Browse files Browse the repository at this point in the history
Annotate source code in PRs
  • Loading branch information
kgilpin authored Jul 27, 2023
2 parents 61725f2 + 2d5b3d8 commit a017bcf
Show file tree
Hide file tree
Showing 32 changed files with 10,827 additions and 1,981 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"endOfLine": "lf",
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "avoid"
"bracketSpacing": true,
"arrowParens": "always"
}
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ inputs:
verbose:
description: Enable verbose logging.
default: 'false'
annotation-exclusions:
descriptions: |
Directories to ignore when generating annotations. Please enter the exclusions as a space-separated
list (e.g. build tmp dist).
default: node_modules vendor
outputs:
report-dir:
description: Directory containing the report files.
Expand Down
Loading

0 comments on commit a017bcf

Please sign in to comment.