Skip to content

Commit

Permalink
add lgtm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
henrythasler committed Sep 22, 2019
1 parent e353bf6 commit 5878c1b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
##########################################################################################
# Customize file classifications. #
# Results from files under any classifier will be excluded from LGTM #
# statistics. #
##########################################################################################

##########################################################################################
# Use the `path_classifiers` block to define changes to the default classification of #
# files. #
##########################################################################################

path_classifiers:
# The default behavior is to tag library code as `library`. Results are hidden
# for library code. You can tag further files as being library code by adding them
# to the `library` section.
library:
- exclude: html/togpx.js
- exclude: html/togeojson.js

0 comments on commit 5878c1b

Please sign in to comment.