Repository: buildr Updated Branches: refs/heads/master 0e21b6645 -> 62503ff87
Remove inadvertant copy paste errors Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/be6c1e82 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/be6c1e82 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/be6c1e82 Branch: refs/heads/master Commit: be6c1e8230cb4323bae2fae7fce50986ff833068 Parents: 0e21b66 Author: Peter Donald <[email protected]> Authored: Sat May 24 15:15:07 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sat May 24 15:15:07 2014 +1000 ---------------------------------------------------------------------- doc/more_stuff.textile | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/be6c1e82/doc/more_stuff.textile ---------------------------------------------------------------------- diff --git a/doc/more_stuff.textile b/doc/more_stuff.textile index cc1eafc..dbb5c8f 100644 --- a/doc/more_stuff.textile +++ b/doc/more_stuff.textile @@ -1085,7 +1085,6 @@ end By default scss_lint will look for all configuration files in the src/main/etc/scss_lint directory but this can be overriden by the setting the "scss_lint.config_directory" parameter. The "scss_lint:xml" task will be defined if the scss_lint rules file is found. The rules file is named "checks.yml" by default but can be overridden by setting the "scss_lint.configuration_file" parameter. -[self.project._(:source, :main, :webapp, :sass)] The extension will lint the sass files in the "_(:source, :main, :webapp, :sass)" directory by default. The set of source directories linted can be controlled by the "scss_lint.source_paths" parameter. If the xsl file named "scss_lint-report.xsl" is present in the configuration directory then that will be used in the "scss_lint:html" task otherwise a default xsl included with buildr will be used. The name of the xsl file can be overridden by the parameter "scss_lint.style_file".
