Skip to content

Instantly share code, notes, and snippets.

@aphearin
Created March 3, 2018 18:05
Show Gist options
  • Save aphearin/fbd189a184fce21de6935d4530b2a56e to your computer and use it in GitHub Desktop.
Save aphearin/fbd189a184fce21de6935d4530b2a56e to your computer and use it in GitHub Desktop.
User settings file for SublimeLinter: stopped working upon v4 upgrade
{
"user": {
"@python": 2,
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"flake8": {
"@disable": false,
"args": [],
"builtins": "",
"excludes": [],
"executable": "",
"ignore": [
"E111","E121","E122","E123","E124","E126",
"E128","E129","E131","E201","E202","E211",
"E227","E228","E241","E203","E226","E262",
"E265","E266","E701","E703","E731","W503"
],
"jobs": "1",
"max-complexity": -1,
"max-line-length": 110,
"select": "",
"show-code": false
},
"pylint": {
"@disable": false,
"args": [],
"disable": "",
"enable": "",
"excludes": [],
"paths": [],
"rcfile": "",
"show-codes": false
}
},
"mark_style": "outline",
"no_column_highlights_line": false,
"passive_warnings": false,
"paths": {
"linux": [],
"osx": [
"/Users/aphearin/anaconda/bin/"
],
"windows": []
},
"python_paths": {
"linux": [],
"osx": [],
"windows": []
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": true,
"syntax_map": {
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"javascript (babel)": "javascript",
"magicpython": "python",
"php": "html",
"python django": "python",
"pythonimproved": "python"
},
"tooltip_fontsize": "1rem",
"tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Default/Default.tooltip-theme",
"tooltip_theme_excludes": [],
"tooltips": false,
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment