Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpnishant committed Aug 25, 2015
1 parent 728ae8a commit 3e867ee
Show file tree
Hide file tree
Showing 764 changed files with 179,695 additions and 66 deletions.
2 changes: 1 addition & 1 deletion backend/raptor/externalscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def parse_brakeman_report(app_path, report):
for item in items:
ror_issue = {}
ror_issue["warning_type"] = str(item['warning_type'])
ror_issue["warning_code"] = str(item['warning_code'])
ror_issue["warning_code"] = "BRKMAN-" + str(item['warning_code'])
ror_issue["message"] = str(item["message"])
ror_issue["file"] = re.sub('\/var\/raptor\/(clones|uploads)\/[a-zA-Z0-9]{56}\/', '', str(item["file"]).replace(app_path, ''))
ror_issue["line"] = str(item['line'])
Expand Down
1 change: 0 additions & 1 deletion backend/scanjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
/nbproject/
.idea/
1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/_mocha

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions backend/scanjs/node_modules/.bin/css-beautify

This file was deleted.

1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/css-beautify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions backend/scanjs/node_modules/.bin/html-beautify

This file was deleted.

1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/html-beautify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions backend/scanjs/node_modules/.bin/js-beautify

This file was deleted.

1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/js-beautify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/mocha

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/static

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/scanjs/node_modules/.bin/tern

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions backend/scanjs/node_modules/chai/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 206 additions & 0 deletions backend/scanjs/node_modules/chai/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3e867ee

Please sign in to comment.