Skip to content

Commit

Permalink
fill in TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmclean committed Aug 14, 2017
1 parent 99b385b commit 8ae42a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/cflint/main/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Settings {
public static final String FOLDER = "folder";

/**
* TODO
* Filter file.
*/
public static final String FILTER_FILE = "filterFile";

Expand Down Expand Up @@ -97,7 +97,7 @@ public class Settings {
public static final String CONFIGFILE = "configfile";

/**
* TODO
* Check every CF include and try to parse it's contents as well.
*/
public static final String STRICT_INCLUDE = "strictinclude";

Expand Down

0 comments on commit 8ae42a6

Please sign in to comment.