Skip to content

Commit 1bf0bd3

Browse files
committed
2 parents 3684c4d + cdff6c8 commit 1bf0bd3

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
ignore =
33
# Allow tabs for indentation
44
W191
5+
# Workaround for https://github.com/PyCQA/pycodestyle/issues/836
6+
E117
57
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
68
W503
79
# W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dist: xenial
2-
sudo: false
32
language: python
43

54
python:

skeleton.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ It's intended to be used by a new or existing project to adopt these practices a
1010

1111
The primary advantage to using an SCM for maintaining these techniques is that those tools help facilitate the merge between the template and its adopting projects.
1212

13+
Another advantage to using an SCM-managed approach is that tools like GitHub recognize that a change in the skeleton is the _same change_ across all projects that merge with that skeleton. Without the ancestry, with a traditional copy/paste approach, a [commit like this](https://github.com/jaraco/skeleton/commit/12eed1326e1bc26ce256e7b3f8cd8d3a5beab2d5) would produce notifications in the upstream project issue for each and every application, but because it's centralized, GitHub provides just the one notification when the change is added to the skeleton.
14+
1315
# Usage
1416

1517
## new projects

0 commit comments

Comments
 (0)