Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #65 from Ryex/lint-on-fly
Browse files Browse the repository at this point in the history
change lintOnFly to true
  • Loading branch information
steelbrain committed Aug 14, 2015
2 parents b56247c + a075b2f commit be95d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports =
provider =
grammarScopes: ['source.python', 'source.python.django']
scope: 'file' # or 'project'
lintOnFly: false # must be false for scope: 'project'
lintOnFly: true # must be false for scope: 'project'
lint: (textEditor) ->
filePath = textEditor.getPath()
fileText = textEditor.getText()
Expand Down

0 comments on commit be95d34

Please sign in to comment.